summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-01-02 16:43:23 -0200
committerAndrey Nering <andrey.nering@gmail.com>2017-01-02 16:43:23 -0200
commit545ba2e2e62123fc4c9b7f780ccff3ee1b4888ff (patch)
tree65dd78b571cfcfc9a0c0678d8a32f31a6675de00 /templates
parentf59672a18db930477269f783746d8ce057827e65 (diff)
downloadgitea-545ba2e2e62123fc4c9b7f780ccff3ee1b4888ff.tar.gz
gitea-545ba2e2e62123fc4c9b7f780ccff3ee1b4888ff.zip
Showing index in front of issue title
Diffstat (limited to 'templates')
-rw-r--r--templates/user/notification/notification.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/notification/notification.tmpl b/templates/user/notification/notification.tmpl
index 84e16eec9e..154f8b1790 100644
--- a/templates/user/notification/notification.tmpl
+++ b/templates/user/notification/notification.tmpl
@@ -54,7 +54,7 @@
<div class="content">
<div class="header">{{$repoOwner.Name}}/{{$repo.Name}}</div>
- <div class="description">{{$issue.Title}}</div>
+ <div class="description">#{{$issue.Index}} - {{$issue.Title}}</div>
</div>
</a>
</div>