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 947498c commit b4b5785Copy full SHA for b4b5785
templates/user/notification/notification_div.tmpl
@@ -29,7 +29,7 @@
29
{{.locale.Tr "notification.no_read"}}
30
{{end}}
31
{{else}}
32
- <table class="ui unstackable striped very compact small selectable table" id="notification_table">
+ <table class="ui unstackable striped very compact small table" id="notification_table">
33
<tbody>
34
{{range $notification := .Notifications}}
35
{{$issue := .Issue}}
0 commit comments