File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ version = Version
13
13
page = Page
14
14
template = Template
15
15
language = Language
16
+ notifications = Notifications
16
17
create_new = Create...
17
18
user_profile_and_more = User profile and more
18
19
signed_in_as = Signed in as
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ version=Versão
13
13
page =Página
14
14
template =Template
15
15
language =Idioma
16
+ notifications = Notificações
16
17
create_new =Criar...
17
18
user_profile_and_more =Perfil do usuário e configurações
18
19
signed_in_as =Logado como
Original file line number Diff line number Diff line change 75
75
76
76
{{if .IsSigned}}
77
77
<div class="right menu">
78
+ <a href="/notifications" class="ui head link jump item poping up" data-content='{{.i18n.Tr "notifications"}}' data-variation="tiny inverted">
79
+ <span class="text">
80
+ <i class="octicon octicon-inbox"><span class="sr-only">{{.i18n.Tr "notifications"}}</span></i>
81
+ </span>
82
+ </a>
83
+
78
84
<div class="ui dropdown head link jump item poping up" data-content="{{.i18n.Tr "create_new"}}" data-variation="tiny inverted">
79
85
<span class="text">
80
86
<i class="octicon octicon-plus"><span class="sr-only">{{.i18n.Tr "create_new"}}</span></i>
You can’t perform that action at this time.
0 commit comments