diff --git a/app/views/enumerations/_form.html.erb b/app/views/enumerations/_form.html.erb index 21b9481..591209d 100644 --- a/app/views/enumerations/_form.html.erb +++ b/app/views/enumerations/_form.html.erb @@ -14,6 +14,6 @@ <% @enumeration.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :enumeration, value %>

+

<%= custom_field_tag_with_label :enumeration, value %>

<% end %>