diff options
-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}} |