From 497887e1213d38e443c21e41bb78595d17497fe2 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sun, 18 Sep 2011 02:02:29 +0000 Subject: [PATCH] replace tabs to spaces at app/views/projects/settings/_issue_categories.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7383 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../settings/_issue_categories.html.erb | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/views/projects/settings/_issue_categories.html.erb b/app/views/projects/settings/_issue_categories.html.erb index 95121108a..4c9df908f 100644 --- a/app/views/projects/settings/_issue_categories.html.erb +++ b/app/views/projects/settings/_issue_categories.html.erb @@ -1,22 +1,22 @@ <% if @project.issue_categories.any? %> - - - - - - + + + + + + <% for category in @project.issue_categories %> - <% unless category.new_record? %> - + <% unless category.new_record? %> + - - <% end %> + + <% end %> <% end %>
<%= l(:label_issue_category) %><%= l(:field_assigned_to) %>
<%= l(:label_issue_category) %><%= l(:field_assigned_to) %>
<%=h(category.name) %> <%=h(category.assigned_to.name) if category.assigned_to %> - <%= link_to_if_authorized l(:button_edit), { :controller => 'issue_categories', :action => 'edit', :id => category }, :class => 'icon icon-edit' %> - <%= link_to_if_authorized l(:button_delete), {:controller => 'issue_categories', :action => 'destroy', :id => category}, :method => :post, :class => 'icon icon-del' %> + <%= link_to_if_authorized l(:button_edit), { :controller => 'issue_categories', :action => 'edit', :id => category }, :class => 'icon icon-edit' %> + <%= link_to_if_authorized l(:button_delete), {:controller => 'issue_categories', :action => 'destroy', :id => category}, :method => :post, :class => 'icon icon-del' %>