Update notifications.jet.html
Cette révision appartient à :
Parent
2201517574
révision
0174f8f1af
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -22,9 +22,9 @@
|
|||
<a href="{{ .URL }}?notif">>{{ .Content }}</a>
|
||||
</td>
|
||||
{{if !.Date.IsZero()}}
|
||||
<td class="date-full" title="{{formatDate(.Date, false)}}">{{formatDate(.Date, true)}}</td>
|
||||
<td class="notification-date date-full" title="{{formatDate(.Date, false)}}">{{formatDate(.Date, false)}}</td>
|
||||
{{else}}
|
||||
<td>{{T("unknown")}}</td>
|
||||
<td class="notification-date">{{T("unknown")}}</td>
|
||||
{{end}}
|
||||
</tr>
|
||||
{{end}}
|
||||
|
|
Référencer dans un nouveau ticket