fix notification mark all as read ui bug

This commit is contained in:
Maxwell Salzberg 2011-07-03 08:20:24 -07:00
parent 6f72a0cb38
commit 4b0157f5b0

View file

@ -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