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/user/dashboard/dashboard.tmpl | |
parent | 57d48fb6a2fb34f5da1aa702c33bc9c268e29f71 (diff) | |
download | gitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.tar.gz gitea-f69761563b7a4fe9ace2a1643391cbcf9b92b372.zip |
Fix bug on transfer repo
Diffstat (limited to 'templates/user/dashboard/dashboard.tmpl')
-rw-r--r-- | templates/user/dashboard/dashboard.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
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}} |