From 5affa10a7c6f536f92b3da085d74af8bf9ce0304 Mon Sep 17 00:00:00 2001
From: gaelle morin <gmorin.dev@gmail.com>
Date: Wed, 8 Jan 2020 11:10:42 +0100
Subject: [PATCH] admin-project: hashtag added to project's name

---
 src/page-admin-projects.pug          | 2 +-
 src/styles/layout/circle/circle.scss | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page-admin-projects.pug b/src/page-admin-projects.pug
index ce7acb7a..0ac998e0 100644
--- a/src/page-admin-projects.pug
+++ b/src/page-admin-projects.pug
@@ -73,7 +73,7 @@
           data-src=`${endpoints.projects}`
           fields='name, members, captain, buttons'
 
-          class-name='w25 cell border'
+          class-name='w25 cell border hashtag'
           class-members='w25 cell border'
           class-captain='w25 cell border'
           class-buttons='w25 cell border'
diff --git a/src/styles/layout/circle/circle.scss b/src/styles/layout/circle/circle.scss
index 209b6d6d..2d2e04fd 100644
--- a/src/styles/layout/circle/circle.scss
+++ b/src/styles/layout/circle/circle.scss
@@ -72,9 +72,9 @@
       .w50 {
         width: 50%;
       }
-      
-      [name="buttons"] {
 
+      .hashtag::before {
+        content: '#';
       }
     }
 
-- 
GitLab