Move 'mark all as read' button under the title
This commit is contained in:
parent
861b3d30f4
commit
e1fb8200dd
2 changed files with 4 additions and 3 deletions
|
|
@ -674,6 +674,7 @@ select {
|
|||
.notifications {
|
||||
list-style: none;
|
||||
margin: 0px;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.notifications_for_day {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
.right
|
||||
= link_to t('.mark_all_as_read'), notifications_read_all_path, :class => 'btn'
|
||||
|
||||
%h3
|
||||
= t('.notifications')
|
||||
|
||||
.right
|
||||
= link_to t('.mark_all_as_read'), notifications_read_all_path, :class => 'btn'
|
||||
|
||||
%ul.notifications
|
||||
- @group_days.each do |day, notes|
|
||||
%li
|
||||
|
|
|
|||
Loading…
Reference in a new issue