summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2016-12-30 16:49:54 -0200
committerAndrey Nering <andrey.nering@gmail.com>2016-12-30 16:51:24 -0200
commit6069abe5fdf49cbd9a80c9df0c136587fc8601b5 (patch)
tree01784d45072d1882ae5b4cb5208a802251e537ed /templates/base
parent42904cb98a4b8e7accdac90bc9f06347cb0521f7 (diff)
downloadgitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.tar.gz
gitea-6069abe5fdf49cbd9a80c9df0c136587fc8601b5.zip
Notifications - Step 2
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index fe14742510..c1f386fe7b 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -82,6 +82,18 @@
{{if .IsSigned}}
<div class="right menu">
+ <a href="/notifications" class="ui head link jump item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted">
+ <span class="text">
+ <i class="octicon octicon-inbox"><span class="sr-only">{{.i18n.Tr "notifications"}}</span></i>
+
+ {{if .NotificationUnreadCount}}
+ <span class="ui red label">
+ {{.NotificationUnreadCount}}
+ </span>
+ {{end}}
+ </span>
+ </a>
+
<div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
<span class="text">
<i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>