Browse Source

Update notification icon (#4343)

tags/v1.21.12.1
ucodi techknowlogick 7 years ago
parent
commit
4b654ad17f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/head.tmpl

+ 1
- 1
templates/base/head.tmpl View File

@@ -174,7 +174,7 @@
<div class="right stackable menu"> <div class="right stackable menu">
<a href="{{AppSubUrl}}/notifications" class="item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted"> <a href="{{AppSubUrl}}/notifications" class="item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted">
<span class="text"> <span class="text">
<i class="fitted octicon octicon-inbox"></i>
<i class="fitted octicon octicon-bell"></i>
<span class="sr-mobile-only">{{.i18n.Tr "notifications"}}</span> <span class="sr-mobile-only">{{.i18n.Tr "notifications"}}</span>


{{if .NotificationUnreadCount}} {{if .NotificationUnreadCount}}


Loading…
Cancel
Save