From 4b0157f5b0aaa145733df88a48e7eab6fe6793d0 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Sun, 3 Jul 2011 08:20:24 -0700 Subject: [PATCH] fix notification mark all as read ui bug --- app/views/notifications/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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