From 66e5155e04f9ffec6590b152941ef27515eef7e4 Mon Sep 17 00:00:00 2001 From: Kenji Okimoto Date: Mon, 21 May 2018 15:11:44 +0900 Subject: [PATCH] Adjust style Signed-off-by: Kenji Okimoto --- app/views/fluentd/settings/show.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/fluentd/settings/show.html.haml b/app/views/fluentd/settings/show.html.haml index fa0dd26..8f54afc 100644 --- a/app/views/fluentd/settings/show.html.haml +++ b/app/views/fluentd/settings/show.html.haml @@ -1,10 +1,10 @@ - page_title t('.page_title') do - - link_to edit_daemon_setting_path(@fluentd), class: "btn btn-primary float-right" do + - link_to edit_daemon_setting_path(@fluentd), class: "btn btn-primary float-right mt-3" do = icon('fa-pencil') = t("terms.edit") .row.mb-3 - .card.col-xl-12 + .card.col-xl-12.bg-light.ml-3 %pre.card-body = preserve do = @config