replace tabs to spaces at app/views/enumerations/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7358 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b95d33388b
commit
beab398219
@ -14,6 +14,6 @@
|
|||||||
<!--[eoform:optvalue]-->
|
<!--[eoform:optvalue]-->
|
||||||
|
|
||||||
<% @enumeration.custom_field_values.each do |value| %>
|
<% @enumeration.custom_field_values.each do |value| %>
|
||||||
<p><%= custom_field_tag_with_label :enumeration, value %></p>
|
<p><%= custom_field_tag_with_label :enumeration, value %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user