diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-25 16:36:19 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-25 16:36:19 -0400 |
commit | f69761563b7a4fe9ace2a1643391cbcf9b92b372 (patch) | |
tree | 23d5bf522788895c4659c55f1e8275d9b9ab9e0b /templates | |
parent | 57d48fb6a2fb34f5da1aa702c33bc9c268e29f71 (diff) | |
download | gitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.tar.gz gitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.zip |
Fix bug on transfer repo
Diffstat (limited to 'templates')
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | templates/user/dashboard/dashboard.tmpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index 49d86b406c..87b06b8162 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.5.4.0924 Beta
\ No newline at end of file +0.5.4.0925 Beta
\ No newline at end of file diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 0d728ef451..370173e473 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -20,6 +20,8 @@ {{else if eq .GetOpType 6}} {{ $index := index .GetIssueInfos 0}} {{$.i18n.Tr "action.create_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}} + {{else if eq .GetOpType 8}} + {{$.i18n.Tr "action.transfer_repo" .GetRepoName AppSubUrl .GetRepoLink .GetRepoLink | Str2html}} {{else if eq .GetOpType 10}} {{ $index := index .GetIssueInfos 0}} {{$.i18n.Tr "action.comment_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}} |