Albirew/nyaa-pantsu
Albirew
/
nyaa-pantsu
Archivé
1
0
Bifurcation 0

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 à :
akuma06 2017-06-07 00:41:23 +02:00 révisé par ewhal
Parent 5e6836ff9c
révision fdce17d52c
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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