Move 'mark all as read' button under the title

This commit is contained in:
flaburgan 2013-11-18 18:02:22 -08:00
parent 861b3d30f4
commit e1fb8200dd
2 changed files with 4 additions and 3 deletions

View file

@ -674,6 +674,7 @@ select {
.notifications { .notifications {
list-style: none; list-style: none;
margin: 0px; margin: 0px;
clear: right;
} }
.notifications_for_day { .notifications_for_day {

View file

@ -1,9 +1,9 @@
.right
= link_to t('.mark_all_as_read'), notifications_read_all_path, :class => 'btn'
%h3 %h3
= t('.notifications') = t('.notifications')
.right
= link_to t('.mark_all_as_read'), notifications_read_all_path, :class => 'btn'
%ul.notifications %ul.notifications
- @group_days.each do |day, notes| - @group_days.each do |day, notes|
%li %li