blob: ae87c8ec831b201118221b8db7a826759aa3eefc (
plain) (
blame)
1
2
3
4
5
6
7
|
<h1>{{$notif_header}}</h1>
{{if $notifications_available}}
<a href="#" onclick="markRead('notify');">{{$notif_link_mark_seen}}</a>
{{/if}}
<div class="notif-network-wrapper">
{{$notif_content}}
</div>
|