aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notifications_widget.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-24 22:46:36 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-24 22:46:36 +0100
commit93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a (patch)
treea0d86b43a636b20ef7ebc8e912ddb974a2fc50c8 /view/tpl/notifications_widget.tpl
parentadd9890754780c886188504647b3058c4cc146c1 (diff)
downloadvolse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.tar.gz
volse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.tar.bz2
volse-hubzilla-93259e4e92eaa7b692b5fb882dcca2b44cdc9a4a.zip
consolidate notifications caching and loading
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r--view/tpl/notifications_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl
index fd5c0dbc0..ee6fbc40a 100644
--- a/view/tpl/notifications_widget.tpl
+++ b/view/tpl/notifications_widget.tpl
@@ -129,7 +129,7 @@
<i class="fa fa-fw fa-{{$notification.icon}}"></i> {{$notification.label}}
<span class="float-right badge badge-{{$notification.severity}} {{$notification.type}}-update"></span>
</a>
- <div id="nav-{{$notification.type}}-sub" class="collapse notification-content">
+ <div id="nav-{{$notification.type}}-sub" class="collapse notification-content" data-type="{{$notification.type}}">
{{if $notification.viewall}}
<a class="list-group-item text-dark" id="nav-{{$notification.type}}-see-all" href="{{$notification.viewall.url}}">
<i class="fa fa-fw fa-external-link"></i> {{$notification.viewall.label}}