diff --git a/app/views/sudo_mode/_new_modal.html.erb b/app/views/sudo_mode/_new_modal.html.erb index a7bf5ed70..adc4851cc 100644 --- a/app/views/sudo_mode/_new_modal.html.erb +++ b/app/views/sudo_mode/_new_modal.html.erb @@ -16,4 +16,3 @@ <%= submit_tag l(:button_cancel), name: nil, onclick: "hideModal(this);", type: 'button' %>
<% end %> - diff --git a/app/views/sudo_mode/new.html.erb b/app/views/sudo_mode/new.html.erb index 86a4f74f7..dee97162f 100644 --- a/app/views/sudo_mode/new.html.erb +++ b/app/views/sudo_mode/new.html.erb @@ -13,5 +13,3 @@ <%= submit_tag l(:button_submit) %> <% end %> <%= javascript_tag "$('#sudo_password').focus();" %> - -