Fix case for submitted dossiers, notification font awsome
This commit is contained in:
parent
f407f3a266
commit
c2e8f7ba31
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
- case notification.type_notif
|
- case notification.type_notif
|
||||||
- when "commentaire"
|
- when "commentaire"
|
||||||
.type-notif.fa.fa-comments-o
|
.type-notif.fa.fa-comments-o
|
||||||
- when "submited"
|
- when "submitted"
|
||||||
.type-notif.fa.fa-thumbs-o-up
|
.type-notif.fa.fa-thumbs-o-up
|
||||||
- when "champs"
|
- when "champs"
|
||||||
.type-notif.fa.fa-list-alt
|
.type-notif.fa.fa-list-alt
|
||||||
|
|
Loading…
Reference in a new issue