mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-11 23:20:46 +01:00
rejigging format of notif page
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
<ul class="notifications-list">
|
||||
<!-- BEGIN notifications -->
|
||||
<li data-nid="{notifications.nid}" class="{notifications.readClass}">
|
||||
<a href="..{notifications.path}">{notifications.text}</a>
|
||||
<p class="timestamp">
|
||||
<span class="timeago" title="{notifications.datetimeISO}"></span>
|
||||
</p>
|
||||
<a href="..{notifications.path}">{notifications.text}</a>
|
||||
</li>
|
||||
<!-- END notifications -->
|
||||
</ul>
|
||||
Reference in New Issue
Block a user