diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-14 12:09:44 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-14 12:09:44 +0000 |
commit | d85f21a9168b78d117c83e045787b2141f4a80ad (patch) | |
tree | 73041895c7efb0929f68bfb54df7804d327d4974 /app/views/enumerations/edit.html.erb | |
parent | 099816d352e3ab73c409633525b03a335a0f7895 (diff) | |
download | redmine-d85f21a9168b78d117c83e045787b2141f4a80ad.tar.gz redmine-d85f21a9168b78d117c83e045787b2141f4a80ad.zip |
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
Diffstat (limited to 'app/views/enumerations/edit.html.erb')
-rw-r--r-- | app/views/enumerations/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 %> |