summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-10-10 21:58:13 -0400
committerUnknwon <joe2010xtmf@163.com>2014-10-10 21:58:13 -0400
commit3600498c8f7177e70f2a876dc00abe55e7ccc818 (patch)
treefab2d05e040cc86c5fc33d0ae89555f2c008d871 /templates
parentb2632dec099cb2727933149d2d59cc5e46baa15f (diff)
downloadgitea-3600498c8f7177e70f2a876dc00abe55e7ccc818.tar.gz
gitea-3600498c8f7177e70f2a876dc00abe55e7ccc818.zip
Add push tag action
Diffstat (limited to 'templates')
-rw-r--r--templates/user/dashboard/feeds.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index a805802b1d..57c97def2e 100644
--- a/templates/user/dashboard/feeds.tmpl
+++ b/templates/user/dashboard/feeds.tmpl
@@ -15,6 +15,8 @@
{{$.i18n.Tr "action.create_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}}
{{else if eq .GetOpType 8}}
{{$.i18n.Tr "action.transfer_repo" .GetContent AppSubUrl .GetRepoLink .GetRepoLink | Str2html}}
+ {{else if eq .GetOpType 9}}
+ {{$.i18n.Tr "action.push_tag" AppSubUrl .GetRepoLink .GetBranch .GetBranch AppSubUrl .GetRepoLink .GetRepoLink | Str2html}}
{{else if eq .GetOpType 10}}
{{ $index := index .GetIssueInfos 0}}
{{$.i18n.Tr "action.comment_issue" AppSubUrl .GetRepoLink $index .GetRepoLink $index | Str2html}}