##// END OF EJS Templates
replace tabs to spaces at app/views/enumerations/_form.html.erb...
Toshi MARUYAMA -
r7238:beab39821950
parent child
Show More
@@ -14,6 +14,6
14 <!--[eoform:optvalue]-->
14 <!--[eoform:optvalue]-->
15
15
16 <% @enumeration.custom_field_values.each do |value| %>
16 <% @enumeration.custom_field_values.each do |value| %>
17 <p><%= custom_field_tag_with_label :enumeration, value %></p>
17 <p><%= custom_field_tag_with_label :enumeration, value %></p>
18 <% end %>
18 <% end %>
19 </div>
19 </div>
General Comments 0
You need to be logged in to leave comments. Login now