Skip to content

Commit 947498c

Browse files
authored
chore: remove data-href from notification table
1 parent be93e48 commit 947498c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/user/notification/notification_div.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
{{$issue := .Issue}}
3636
{{$repo := .Repository}}
3737
<tr id="notification_{{.ID}}">
38-
<td class="collapsing" data-href="{{.HTMLURL}}">
38+
<td class="collapsing">
3939
{{if eq .Status 3}}
4040
<span class="blue">{{svg "octicon-pin"}}</span>
4141
{{else if not $issue}}
@@ -58,7 +58,7 @@
5858
{{end}}
5959
{{end}}
6060
</td>
61-
<td class="eleven wide" data-href="{{.HTMLURL}}">
61+
<td class="eleven wide">
6262
<a class="item" href="{{.HTMLURL}}">
6363
{{if $issue}}
6464
#{{$issue.Index}} - {{$issue.Title}}
@@ -67,7 +67,7 @@
6767
{{end}}
6868
</a>
6969
</td>
70-
<td data-href="{{$repo.Link}}">
70+
<td>
7171
<a class="item" href="{{$repo.Link}}">{{$repo.FullName}}</a>
7272
</td>
7373
<td class="collapsing">

0 commit comments

Comments
 (0)