diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 5dd7ccd33..0da5bda15 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -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)