summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-01-28 14:11:49 -0200
committerAndrey Nering <andrey.nering@gmail.com>2017-01-28 14:11:49 -0200
commitaa591317e7085185f754b6a6b998c87ef6467f6e (patch)
treeaf1d8f54e4caaf4958afa100e3e48f517ffaf12f /templates
parent5348e8b71ab42ae04c59b70b5225035bfe05b0a0 (diff)
downloadgitea-aa591317e7085185f754b6a6b998c87ef6467f6e.tar.gz
gitea-aa591317e7085185f754b6a6b998c87ef6467f6e.zip
Small UI fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/user/notification/notification.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/user/notification/notification.tmpl b/templates/user/notification/notification.tmpl
index eb09c21ff0..6d975a934a 100644
--- a/templates/user/notification/notification.tmpl
+++ b/templates/user/notification/notification.tmpl
@@ -56,13 +56,15 @@
{{end}}
{{end}}
</td>
- <td class="twelve wide">
+ <td class="eleven wide">
<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}/issues/{{$issue.Index}}">
#{{$issue.Index}} - {{$issue.Title}}
</a>
</td>
<td>
- {{$repoOwner.Name}}/{{$repo.Name}}
+ <a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}">
+ {{$repoOwner.Name}}/{{$repo.Name}}
+ </a>
</td>
<td class="collapsing">
{{if ne $notification.Status 3}}