Skip to content
Snippets Groups Projects
Commit 84bc90c0 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

status-template moved

parent e6c376fb
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ div.grid-layer ...@@ -2,6 +2,7 @@ div.grid-layer
include templates/template-groups.pug include templates/template-groups.pug
include templates/template-skills.pug include templates/template-skills.pug
include templates/template-status.pug
div.grid-layer-main.containerV div.grid-layer-main.containerV
...@@ -11,7 +12,6 @@ div.grid-layer ...@@ -11,7 +12,6 @@ div.grid-layer
range-skills=`${sdn}/skills/` range-skills=`${sdn}/skills/`
) )
div.grid-layer-links.containerV div.grid-layer-links.containerV
div.containerH.containerCenter.how-link div.containerH.containerCenter.how-link
div.containerV.fix.icon-idea div.containerV.fix.icon-idea
......
...@@ -2,3 +2,4 @@ sib-widget(name='skills-name') ...@@ -2,3 +2,4 @@ sib-widget(name='skills-name')
template template
li(class='skill') ${value.name} li(class='skill') ${value.name}
sib-widget(name='status-template') sib-widget(name='status-template')
template template
div#member-status ${value == true ? '<span class="status-one">Available</span>' : '<span class="status-two">Busy</span>'} div#member-status ${value == true ? '<span class="status-one">Available</span>' : '<span class="status-two">Busy</span>'}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment