fix notification mark all as read ui bug
This commit is contained in:
parent
6f72a0cb38
commit
4b0157f5b0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
%span.notification_count{:class => ('unread' if @notification_count > 0)}
|
%span.notification_count{:class => ('unread' if @notification_count > 0)}
|
||||||
= @notification_count
|
= @notification_count
|
||||||
= t('.notifications')
|
= t('.notifications')
|
||||||
.span-8.last.left
|
.span-8.last
|
||||||
= link_to t('.mark_all_as_read'), read_all_notifications_path, :class => 'button'
|
= link_to t('.mark_all_as_read'), read_all_notifications_path, :class => 'button'
|
||||||
|
|
||||||
.span-24.last
|
.span-24.last
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue