diff options
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/notification/notification_subscriptions.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/notification/notification_subscriptions.tmpl b/templates/user/notification/notification_subscriptions.tmpl index ce46919236..6d3262ad6d 100644 --- a/templates/user/notification/notification_subscriptions.tmpl +++ b/templates/user/notification/notification_subscriptions.tmpl @@ -11,7 +11,7 @@ </div> <div class="ui bottom attached active tab segment"> {{if eq .Status 1}} - <div id="issue-filters" class="ui stackable grid"> + <div class="ui stackable grid"> <div class="six wide column"> <div class="small-pill-buttons ui compact tiny menu"> <a class="{{if eq .State "all"}}active {{end}}item" href="{{$.Link}}?sort={{$.SortType}}&state=all&issueType={{$.IssueType}}&labels={{$.Labels}}"> |