diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-11 21:32:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-11 21:32:23 +0200 |
commit | 56a675f713f3e971b1c9ccb60ab818f583dfc29e (patch) | |
tree | 405481302fc6a7b2054c713865d67541cb32b46e /view/tpl/navbar_default.tpl | |
parent | 05c8d4819da117ce12d29cb60761da4045596d21 (diff) | |
download | volse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.tar.gz volse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.tar.bz2 volse-hubzilla-56a675f713f3e971b1c9ccb60ab818f583dfc29e.zip |
z-index issue and some icons. rename notifications-btn-1 to notifications-btn
Diffstat (limited to 'view/tpl/navbar_default.tpl')
-rwxr-xr-x | view/tpl/navbar_default.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_default.tpl b/view/tpl/navbar_default.tpl index 9495ea7a4..cf7235b14 100755 --- a/view/tpl/navbar_default.tpl +++ b/view/tpl/navbar_default.tpl @@ -67,7 +67,7 @@ <i class="fa fa-arrow-circle-right" id="expand-aside-icon"></i> </button> {{if $localuser || $nav.pubs}} - <button id="notifications-btn-1" type="button" class="navbar-toggler border-0 text-white"> + <button id="notifications-btn" type="button" class="navbar-toggler border-0 text-white"> <i class="fa fa-exclamation-circle"></i> </button> {{/if}} |