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
No known key found for this signature in database
GPG Key ID: BC97AADCB48B7F27
2 changed files with 3 additions and 3 deletions

View File

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

View File

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