diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-18 11:38:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-18 11:38:45 +0200 |
commit | fe1aa90304862983742a8d6f0f4cb59c971a7602 (patch) | |
tree | e3e9ea4c36a7faaf8cf9d0adb041c02950bd30b6 /view/tpl/navbar_tucson.tpl | |
parent | 64a49eb54ac93b9fb3ba4f65894c60dba5620048 (diff) | |
download | volse-hubzilla-fe1aa90304862983742a8d6f0f4cb59c971a7602.tar.gz volse-hubzilla-fe1aa90304862983742a8d6f0f4cb59c971a7602.tar.bz2 volse-hubzilla-fe1aa90304862983742a8d6f0f4cb59c971a7602.zip |
streamline the notifications js and change notification icon to exclamation-triangle if we have personal notifications
Diffstat (limited to 'view/tpl/navbar_tucson.tpl')
-rwxr-xr-x | view/tpl/navbar_tucson.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/navbar_tucson.tpl b/view/tpl/navbar_tucson.tpl index 602e0b988..faf8b5b4a 100755 --- a/view/tpl/navbar_tucson.tpl +++ b/view/tpl/navbar_tucson.tpl @@ -88,7 +88,7 @@ {{if $localuser || $nav.pubs}} <button id="notifications-btn" type="button" class="navbar-toggler border-0 text-white" data-toggle="collapse" data-target="#navbar-collapse-1"> - <i class="fa fa-exclamation"></i> + <i id="notifications-btn-icon" class="fa fa-exclamation"></i> </button> {{/if}} |