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 {
|
.notifications {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
clear: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notifications_for_day {
|
.notifications_for_day {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue