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') %>