diff options
Diffstat (limited to 'app')
-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 %> |