You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nodebb/public/templates/notifications.tpl

14 lines
404 B
Smarty

<h2>[[notifications:title]]</h2>
<button type="button" class="btn btn-default">Mark All as Read</button>
<ul class="notifications-list">
<!-- BEGIN notifications -->
<li data-nid="{notifications.nid}">
<p class="timestamp">
<span class="timeago" title="{notifications.datetimeISO}"></span>
</p>
<a href="..{notifications.path}">{notifications.text}</a>
</li>
<!-- END notifications -->
</ul>