From 6c8e9de1e7599e825b156b1a6dce34af8becf96a Mon Sep 17 00:00:00 2001 From: yoshihara Date: Mon, 13 Apr 2015 18:07:30 +0900 Subject: [PATCH 1/2] Add "form-group" class to input/select tag instead of whole div --- app/views/shared/vue/_in_tail_format.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/vue/_in_tail_format.html.erb b/app/views/shared/vue/_in_tail_format.html.erb index 4ffcf2e..855e1a7 100644 --- a/app/views/shared/vue/_in_tail_format.html.erb +++ b/app/views/shared/vue/_in_tail_format.html.erb @@ -1,17 +1,17 @@ -
Date: Mon, 13 Apr 2015 18:37:20 +0900 Subject: [PATCH 2/2] Align each label and input/select in horizontal --- app/views/shared/vue/_in_tail_format.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/vue/_in_tail_format.html.erb b/app/views/shared/vue/_in_tail_format.html.erb index 855e1a7..14aed03 100644 --- a/app/views/shared/vue/_in_tail_format.html.erb +++ b/app/views/shared/vue/_in_tail_format.html.erb @@ -1,11 +1,11 @@