Browse Source

fix #2454

for-closed-social
Unknwon 8 years ago
parent
commit
aa5e837c65
3 changed files with 907 additions and 692 deletions
  1. +1
    -1
      conf/locale/locale_en-US.ini
  2. +905
    -690
      modules/bindata/bindata.go
  3. +1
    -1
      templates/user/dashboard/navbar.tmpl

+ 1
- 1
conf/locale/locale_en-US.ini View File

@ -38,7 +38,7 @@ settings = Settings
your_profile = Your Profile
your_settings = Your Settings
news_feed = News Feed
activities = Activities
pull_requests = Pull Requests
issues = Issues

+ 905
- 690
modules/bindata/bindata.go
File diff suppressed because it is too large
View File


+ 1
- 1
templates/user/dashboard/navbar.tmpl View File

@ -31,7 +31,7 @@
<div class="ui right">
<div class="ui secondary head menu">
<a class="{{if .PageIsNews}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/dashboard">
<i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "news_feed"}}
<i class="octicon octicon-rss"></i>&nbsp;{{.i18n.Tr "activities"}}
</a>
<a class="{{if .PageIsIssues}}active{{end}} item" href="{{AppSubUrl}}/org/{{.ContextUser.Name}}/issues">
<i class="octicon octicon-issue-opened"></i>&nbsp;{{.i18n.Tr "issues"}}

Loading…
Cancel
Save