Skip to content

Commit 5dc42c5

Browse files
committed
fix: remove data-href from td
Signed-off-by: jolheiser <[email protected]>
1 parent dfc6547 commit 5dc42c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/notification/notification_div.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)