Skip to content

Commit aa59131

Browse files
committed
Small UI fixes
1 parent 5348e8b commit aa59131

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/user/notification/notification.tmpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@
5656
{{end}}
5757
{{end}}
5858
</td>
59-
<td class="twelve wide">
59+
<td class="eleven wide">
6060
<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}/issues/{{$issue.Index}}">
6161
#{{$issue.Index}} - {{$issue.Title}}
6262
</a>
6363
</td>
6464
<td>
65-
{{$repoOwner.Name}}/{{$repo.Name}}
65+
<a class="item" href="{{AppSubUrl}}/{{$repoOwner.Name}}/{{$repo.Name}}">
66+
{{$repoOwner.Name}}/{{$repo.Name}}
67+
</a>
6668
</td>
6769
<td class="collapsing">
6870
{{if ne $notification.Status 3}}

0 commit comments

Comments
 (0)