From 4ea5fb0892cde473c1dfff68dd254411a52e8b87 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 19 Dec 2019 03:58:07 -0800 Subject: [PATCH] use a div with padding. --- app/views/layouts/_navigation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index 9419762e..e99513d9 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -54,7 +54,7 @@ = password_field_tag 'password', nil, id: 'user_ichain_password_dd', class: 'form-control', placeholder: 'Password' %button.btn.btn-success.btn-block Sign in - else - .panel{style: "padding: 6px"} + %div{style: "padding: 6px"} = form_tag new_user_session_path, class: 'form-group' do = text_field_tag 'user[login]', nil, id: 'user_login_dd', class: 'form-control', placeholder: 'Username / E-Mail' = password_field_tag 'user[password]', nil, id: 'user_password_dd', class: 'form-control', placeholder: 'Password'