mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-05 15:11:01 -05:00
move global actions buttons
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user