diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 07f26494b..1b9e601eb 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -6,7 +6,7 @@ %span.notification_count{:class => ('unread' if @notification_count > 0)} = @notification_count = t('.notifications') -.span-8.last.left +.span-8.last = link_to t('.mark_all_as_read'), read_all_notifications_path, :class => 'button' .span-24.last