From d85f21a9168b78d117c83e045787b2141f4a80ad Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 14 Sep 2011 12:09:44 +0000 Subject: [PATCH] add newline at end of app/views/enumerations/edit.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7229 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/enumerations/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/enumerations/edit.html.erb b/app/views/enumerations/edit.html.erb index 5a292550a..1bac4f405 100644 --- a/app/views/enumerations/edit.html.erb +++ b/app/views/enumerations/edit.html.erb @@ -7,4 +7,4 @@ <% form_tag({:action => 'destroy', :id => @enumeration}) do %> <%= submit_tag l(:button_delete) %> -<% end %> \ No newline at end of file +<% end %>