diff --git a/app/views/projects/settings/_activities.rhtml b/app/views/projects/settings/_activities.rhtml
index 726e624..66be530 100644
--- a/app/views/projects/settings/_activities.rhtml
+++ b/app/views/projects/settings/_activities.rhtml
@@ -1,42 +1,42 @@
-<% form_tag(project_project_enumerations_path(@project), :method => :put, :class => "tabular") do %>
-
-
-
- <%= l(:field_name) %> |
- <%= l(:enumeration_system_activity) %> |
- <% TimeEntryActivity.new.available_custom_fields.each do |value| %>
- <%= h value.name %> |
- <% end %>
- <%= l(:field_active) %> |
-
-
- <% @project.activities(true).each do |enumeration| %>
- <% fields_for "enumerations[#{enumeration.id}]", enumeration do |ff| %>
-
-
- <%= ff.hidden_field :parent_id, :value => enumeration.id unless enumeration.project %>
- <%= h(enumeration) %>
- |
- <%= checked_image !enumeration.project %> |
- <% enumeration.custom_field_values.each do |value| %>
-
- <%= custom_field_tag "enumerations[#{enumeration.id}]", value %>
- |
- <% end %>
-
- <%= ff.check_box :active %>
- |
-
- <% end %>
- <% end %>
-
-
-
-<%= link_to(l(:button_reset), project_project_enumerations_path(@project),
- :method => :delete,
- :confirm => l(:text_are_you_sure),
- :class => 'icon icon-del') %>
-
-
-<%= submit_tag l(:button_save) %>
-<% end %>
+<% form_tag(project_project_enumerations_path(@project), :method => :put, :class => "tabular") do %>
+
+
+
+ <%= l(:field_name) %> |
+ <%= l(:enumeration_system_activity) %> |
+ <% TimeEntryActivity.new.available_custom_fields.each do |value| %>
+ <%= h value.name %> |
+ <% end %>
+ <%= l(:field_active) %> |
+
+
+ <% @project.activities(true).each do |enumeration| %>
+ <% fields_for "enumerations[#{enumeration.id}]", enumeration do |ff| %>
+
+
+ <%= ff.hidden_field :parent_id, :value => enumeration.id unless enumeration.project %>
+ <%= h(enumeration) %>
+ |
+ <%= checked_image !enumeration.project %> |
+ <% enumeration.custom_field_values.each do |value| %>
+
+ <%= custom_field_tag "enumerations[#{enumeration.id}]", value %>
+ |
+ <% end %>
+
+ <%= ff.check_box :active %>
+ |
+
+ <% end %>
+ <% end %>
+
+
+
+<%= link_to(l(:button_reset), project_project_enumerations_path(@project),
+ :method => :delete,
+ :confirm => l(:text_are_you_sure),
+ :class => 'icon icon-del') %>
+
+
+<%= submit_tag l(:button_save) %>
+<% end %>