From: Toshi MARUYAMA Date: Fri, 16 Sep 2011 13:09:54 +0000 (+0000) Subject: replace tabs to spaces at app/views/projects/settings/_activities.html.erb X-Git-Tag: 1.3.0~717 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4cf6ec45f647368a977beb69c66edae71e48848b;p=redmine.git replace tabs to spaces at app/views/projects/settings/_activities.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7251 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/projects/settings/_activities.html.erb b/app/views/projects/settings/_activities.html.erb index 66be53008..22d23a8ba 100644 --- a/app/views/projects/settings/_activities.html.erb +++ b/app/views/projects/settings/_activities.html.erb @@ -5,7 +5,7 @@ <%= l(:field_name) %> <%= l(:enumeration_system_activity) %> <% TimeEntryActivity.new.available_custom_fields.each do |value| %> - <%= h value.name %> + <%= h value.name %> <% end %> <%= l(:field_active) %> @@ -19,7 +19,7 @@ <%= checked_image !enumeration.project %> <% enumeration.custom_field_values.each do |value| %> - + <%= custom_field_tag "enumerations[#{enumeration.id}]", value %> <% end %> @@ -33,8 +33,8 @@
<%= link_to(l(:button_reset), project_project_enumerations_path(@project), - :method => :delete, - :confirm => l(:text_are_you_sure), + :method => :delete, + :confirm => l(:text_are_you_sure), :class => 'icon icon-del') %>