diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2017-01-28 14:11:49 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2017-01-28 14:11:49 -0200 |
commit | aa591317e7085185f754b6a6b998c87ef6467f6e (patch) | |
tree | af1d8f54e4caaf4958afa100e3e48f517ffaf12f /templates | |
parent | 5348e8b71ab42ae04c59b70b5225035bfe05b0a0 (diff) | |
download | gitea-aa591317e7085185f754b6a6b998c87ef6467f6e.tar.gz gitea-aa591317e7085185f754b6a6b998c87ef6467f6e.zip |
Small UI fixes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user/notification/notification.tmpl | 6 |
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}} |