]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/notifications.tpl
Merge pull request #5219 from annando/abstraction-2
[friendica.git] / view / templates / notifications.tpl
index 9c671c2a5b8229cc3ec5d831ace20a2e235985af..f3068226c48c3707eb3d563afe9d92f15b75c7d7 100644 (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}}
@@ -19,4 +19,7 @@
        {{if $notif_nocontent}}
                <div class="notif_nocontent">{{$notif_nocontent}}</div>
        {{/if}}
+
+       {{* The pager *}}
+       {{$notif_paginate}}
 </div>