diff --git a/src/page-members.pug b/src/page-members.pug index d5a4552ee61e10794573940634c72bd36a2dec85..b62fb7f0735e0d123283fa29550425a9c30b86e7 100644 --- a/src/page-members.pug +++ b/src/page-members.pug @@ -2,6 +2,7 @@ div.grid-layer include templates/template-groups.pug include templates/template-skills.pug + include templates/template-status.pug div.grid-layer-main.containerV @@ -11,7 +12,6 @@ div.grid-layer range-skills=`${sdn}/skills/` ) - div.grid-layer-links.containerV div.containerH.containerCenter.how-link div.containerV.fix.icon-idea diff --git a/src/templates/template-skills.pug b/src/templates/template-skills.pug index cb2cdcb1fb87e9cb3f85280c35a667f851015fd9..cad1b90a65d1e7948ade5e636dc8d293d4bca697 100644 --- a/src/templates/template-skills.pug +++ b/src/templates/template-skills.pug @@ -2,3 +2,4 @@ sib-widget(name='skills-name') template li(class='skill') ${value.name} + diff --git a/src/templates/template-status.pug b/src/templates/template-status.pug index 94e6e2f8b5cd0b41b6a704b624631f7e7a42f403..c6f5fa884ddd5c1050bca9705614e012e94cabce 100644 --- a/src/templates/template-status.pug +++ b/src/templates/template-status.pug @@ -1,3 +1,4 @@ sib-widget(name='status-template') template div#member-status ${value == true ? '<span class="status-one">Available</span>' : '<span class="status-two">Busy</span>'} +