From fae315523770667e435be374fdf2ac8382f00ba6 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sat, 8 Jun 2019 14:57:11 +1200 Subject: [PATCH] match to spec --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)