We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be93e48 commit 947498cCopy full SHA for 947498c
templates/user/notification/notification_div.tmpl
@@ -35,7 +35,7 @@
35
{{$issue := .Issue}}
36
{{$repo := .Repository}}
37
<tr id="notification_{{.ID}}">
38
- <td class="collapsing" data-href="{{.HTMLURL}}">
+ <td class="collapsing">
39
{{if eq .Status 3}}
40
<span class="blue">{{svg "octicon-pin"}}</span>
41
{{else if not $issue}}
@@ -58,7 +58,7 @@
58
{{end}}
59
60
</td>
61
- <td class="eleven wide" data-href="{{.HTMLURL}}">
+ <td class="eleven wide">
62
<a class="item" href="{{.HTMLURL}}">
63
{{if $issue}}
64
#{{$issue.Index}} - {{$issue.Title}}
@@ -67,7 +67,7 @@
67
68
</a>
69
70
- <td data-href="{{$repo.Link}}">
+ <td>
71
<a class="item" href="{{$repo.Link}}">{{$repo.FullName}}</a>
72
73
<td class="collapsing">
0 commit comments