diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 20:45:18 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-06-19 20:45:18 +0000 |
commit | 59c9a071a84403234c1c00ef8740a28e69c93e5c (patch) | |
tree | 0c671153663d1c4a7bb591a3d8c91d5d12614eef /app/views/sudo_mode/new.html.erb | |
parent | 278468c0c8f2156faf739fe063a63022c9c25e65 (diff) | |
download | redmine-59c9a071a84403234c1c00ef8740a28e69c93e5c.tar.gz redmine-59c9a071a84403234c1c00ef8740a28e69c93e5c.zip |
Removed extra blank lines (#19851).
git-svn-id: http://svn.redmine.org/redmine/trunk@14346 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/sudo_mode/new.html.erb')
-rw-r--r-- | app/views/sudo_mode/new.html.erb | 2 |
1 files changed, 0 insertions, 2 deletions
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();" %> - - |