From 59c9a071a84403234c1c00ef8740a28e69c93e5c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 19 Jun 2015 20:45:18 +0000 Subject: [PATCH] Removed extra blank lines (#19851). git-svn-id: http://svn.redmine.org/redmine/trunk@14346 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/sudo_mode/_new_modal.html.erb | 1 - app/views/sudo_mode/new.html.erb | 2 -- 2 files changed, 3 deletions(-) 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();" %> - - -- 2.39.5