diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-27 23:05:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-27 23:05:26 +0100 |
commit | 4bd6cf56528a69a35d4666bb88478b94730ed8a4 (patch) | |
tree | 70c055566f31c075076c5214829e8d0ab9642da4 | |
parent | 843d6311112c9174a1731c42a9d257f3f3a0bd0a (diff) | |
download | volse-hubzilla-4bd6cf56528a69a35d4666bb88478b94730ed8a4.tar.gz volse-hubzilla-4bd6cf56528a69a35d4666bb88478b94730ed8a4.tar.bz2 volse-hubzilla-4bd6cf56528a69a35d4666bb88478b94730ed8a4.zip |
accidently reverted a fix from yesterday in ma previous commit
-rw-r--r-- | view/tpl/notifications_widget.tpl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index e10062aed..8563dc7fa 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -122,14 +122,14 @@ <div id="no_notifications" class="d-xl-none"> {{$no_notifications}}<span class="jumping-dots"><span class="dot-1">.</span><span class="dot-2">.</span><span class="dot-3">.</span></span> </div> + <div id="nav-notifications-template" rel="template"> + <a class="list-group-item clearfix notification {5}" href="{0}" title="{2} {3}" data-b64mid="{6}" data-notify_id="{7}" data-thread_top="{8}" data-contact_name="{2}"> + <img class="menu-img-3" data-src="{1}"> + <span class="contactname">{2}</span> + <span class="dropdown-sub-text">{3}<br>{4}</span> + </a> + </div> <div id="notifications" class="navbar-nav"> - <div id="nav-notifications-template" rel="template"> - <a class="list-group-item clearfix notification {5}" href="{0}" title="{2} {3}" data-b64mid="{6}" data-notify_id="{7}" data-thread_top="{8}" data-contact_name="{2}"> - <img class="menu-img-3" data-src="{1}"> - <span class="contactname">{2}</span> - <span class="dropdown-sub-text">{3}<br>{4}</span> - </a> - </div> {{foreach $notifications as $notification}} <div class="collapse {{$notification.type}}-button"> <a class="list-group-item notification-link" href="#" title="{{$notification.title}}" data-target="#nav-{{$notification.type}}-sub" data-toggle="collapse" data-type="{{$notification.type}}"> |