From 967564cba0bdc7b75ecd3bd44a2a4ae1c7d82c64 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Nov 2013 21:01:21 +0000 Subject: Removed deprecated align and width html attributes (#15307). git-svn-id: http://svn.redmine.org/redmine/trunk@12268 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/enumerations/index.html.erb | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'app/views/enumerations') diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index d8aa921c2..684b933a6 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -8,20 +8,18 @@ - - - - + + + + <% enumerations.each do |enumeration| %> - - - + + + - + <% end %>
<%= l(:field_name) %><%= l(:field_is_default) %><%= l(:field_active) %><%=l(:button_sort)%> <%= l(:field_is_default) %><%= l(:field_active) %><%=l(:button_sort)%>
<%= link_to h(enumeration), edit_enumeration_path(enumeration) %><%= checked_image enumeration.is_default? %><%= checked_image enumeration.active? %><%= link_to h(enumeration), edit_enumeration_path(enumeration) %><%= checked_image enumeration.is_default? %><%= checked_image enumeration.active? %> <%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %> - <%= delete_link enumeration_path(enumeration) %> - <%= delete_link enumeration_path(enumeration) %>
-- cgit v1.2.3