admin-project: hashtag added to project's name

This commit is contained in:
gaelle morin
2020-01-08 11:10:42 +01:00
parent 52dc49fcd2
commit 5affa10a7c
2 changed files with 3 additions and 3 deletions

@ -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'

@ -73,8 +73,8 @@
width: 50%;
}
[name="buttons"] {
.hashtag::before {
content: '#';
}
}