1
0
Fork 0

Merge pull request #2702 from rabuzarus/0308-Notifications-restructure

notifications restructure
This commit is contained in:
Michael Vogel 2016-08-08 07:41:48 +02:00 committed by GitHub
commit 61e3a8ca3a
12 changed files with 992 additions and 553 deletions

View file

@ -6,7 +6,7 @@
<div class="notif-network-wrapper">
{{* The "show ignored" link *}}
{{if $notif_ignored_lnk}}{{$notif_ignored_lnk}}{{/if}}
{{if $notif_show_lnk}}<a href="{{$notif_show_lnk.href}}" id="notifications-show-hide-link">{{$notif_show_lnk.text}}</a>{{/if}}
{{* The notifications *}}
{{if $notif_content}}
@ -22,4 +22,7 @@
<div class="notif_nocontent">{{$notif_nocontent}}</div>
{{/if}}
</div>
{{* The pager *}}
{{$notif_paginate}}
</div>