From fafeeebf5e278c6342f84feb8a83b2c66f035dda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Mon, 1 Apr 2019 10:18:03 +0200
Subject: [PATCH] status-template moved

---
 src/page-members.pug              | 2 +-
 src/templates/template-skills.pug | 1 +
 src/templates/template-status.pug | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/page-members.pug b/src/page-members.pug
index d5a4552e..b62fb7f0 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 cb2cdcb1..cad1b90a 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 94e6e2f8..c6f5fa88 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>'}
+
-- 
GitLab