From b2adb8d5135ee83c19e84d9c5c247ee5b0a971d9 Mon Sep 17 00:00:00 2001 From: yoshihara Date: Mon, 13 Apr 2015 16:43:15 +0900 Subject: [PATCH] Align box and label for checkbox --- app/views/fluentd/settings/in_tail/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/fluentd/settings/in_tail/_form.html.haml b/app/views/fluentd/settings/in_tail/_form.html.haml index 733534b..df3f1f5 100644 --- a/app/views/fluentd/settings/in_tail/_form.html.haml +++ b/app/views/fluentd/settings/in_tail/_form.html.haml @@ -34,8 +34,8 @@ = f.label :rotate_wait = f.text_field :rotate_wait, class: "form-control" .form-group + = f.check_box :read_from_head = f.label :read_from_head - = f.check_box :read_from_head, class: "form-control" .form-group = f.label :refresh_interval = f.text_field :refresh_interval, class: "form-control"