From 545ba2e2e62123fc4c9b7f780ccff3ee1b4888ff Mon Sep 17 00:00:00 2001
From: Andrey Nering <andrey.nering@gmail.com>
Date: Mon, 2 Jan 2017 16:43:23 -0200
Subject: [PATCH] Showing index in front of issue title

---
 templates/user/notification/notification.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/user/notification/notification.tmpl b/templates/user/notification/notification.tmpl
index 84e16eec9..154f8b179 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>