move global actions buttons

This commit is contained in:
Brenda Wallace
2019-05-24 20:37:06 +12:00
parent cb5c28f0a3
commit c67adc1bd0

View File

@@ -8,14 +8,13 @@
-# anchor tag for accessibility link to skip the navigation menu
%a{ name: 'skipnav' }
#maincontainer.container
.float-right= render 'shared/global_actions'
.row
.col-md-12
- if content_for?(:breadcrumbs)
.float-left= yield(:breadcrumbs)
.float-right
= render 'shared/global_actions'
- if content_for?(:buttonbar)
= yield(:buttonbar)
- if content_for?(:buttonbar)
= yield(:buttonbar)
- if content_for?(:subtitle)
%small= yield(:subtitle)