diff options
author | Unknwon <u@gogs.io> | 2015-11-13 10:00:38 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-13 10:00:38 -0500 |
commit | 1c3754bcec37fe448bc46dfd5abd944e86f951b7 (patch) | |
tree | b836e24274b401ebb5cc665492302b5f1f2fa3f8 /templates | |
parent | 2268d28189aa04deb1625205477bc4a404ca85b6 (diff) | |
parent | ee645af10766496b164bd87d1bd748e340ff100b (diff) |
Merge pull request #1935 from makhov/issue-title-at-dashboard
Show issue title at dashboard
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/dashboard/feeds.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl index a79ff553..bff44f06 100644 --- a/templates/user/dashboard/feeds.tmpl +++ b/templates/user/dashboard/feeds.tmpl @@ -24,7 +24,7 @@ {{$.i18n.Tr "action.push_tag" .GetRepoLink .GetBranch .GetRepoPath | Str2html}} {{else if eq .GetOpType 10}} {{ $index := index .GetIssueInfos 0}} - {{$.i18n.Tr "action.comment_issue" .GetRepoLink $index .GetRepoPath | Str2html}} + {{$.i18n.Tr "action.comment_issue" .GetRepoLink $index .GetRepoPath | Str2html}} – {{.GetIssueTitle}} {{else if eq .GetOpType 11}} {{ $index := index .GetIssueInfos 0}} {{$.i18n.Tr "action.merge_pull_request" .GetRepoLink $index .GetRepoPath | Str2html}} |