Unread notifications should stand out (#955)
When a notification has not been read, it should stand out. Actually using the orange background
Cette révision appartient à :
Parent
5e6836ff9c
révision
fdce17d52c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -10,7 +10,7 @@
|
|||
{{ if gt (len .Notifications) 0}}
|
||||
<table>
|
||||
{{ range .Notifications }}
|
||||
<tr><td>
|
||||
<tr><td{{ if not .Read }} class="btn-orange"{{end}}>
|
||||
<div style="padding: 0 1rem 1rem;">
|
||||
<a href="{{ .URL }}?notif"><h3>{{ .Content }}</h3></a>
|
||||
</div>
|
||||
|
|
Référencer dans un nouveau ticket