diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index e7b911db8..857ddeacc 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -19,7 +19,7 @@ = yield(:breadcrumbs) - if content_for?(:buttonbar) - .float-right= yield(:buttonbar) + .layout-actions.float-right= yield(:buttonbar) - if content_for?(:subtitle) %small= yield(:subtitle)