1
0
Fork 0
forked from forgejo/forgejo

Merge pull request #539 from andreynering/notifications-step-2

Notifications - Step 2
This commit is contained in:
Andrey Nering 2017-01-05 11:53:01 -02:00 committed by GitHub
commit 79d527195d
10 changed files with 233 additions and 6 deletions

View file

@ -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>