From: Jean-Philippe Lang Date: Sun, 28 Jul 2013 11:53:28 +0000 (+0000) Subject: Missing Sort Column Label and Center Align on Admin-Enumerations (#14516). X-Git-Tag: 2.4.0~180 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=642a892c05604055fb0821939c0aa8736b0353d5;p=redmine.git Missing Sort Column Label and Center Align on Admin-Enumerations (#14516). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12051 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index 153c8b5e3..22311f159 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -10,7 +10,7 @@ <%= l(:field_name) %> <%= l(:field_is_default) %> <%= l(:field_active) %> - + <%=l(:button_sort)%> <% enumerations.each do |enumeration| %> @@ -18,7 +18,7 @@ <%= 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) %> + <%= reorder_links('enumeration', {:action => 'update', :id => enumeration}, :put) %> <%= delete_link enumeration_path(enumeration) %>