##// END OF EJS Templates
replace tabs to spaces at app/views/versions/_form.html.erb...
Toshi MARUYAMA -
r7234:23fa3ac8c34e
parent child
Show More
@@ -10,7 +10,7
10 10 <p><%= f.select :sharing, @version.allowed_sharings.collect {|v| [format_version_sharing(v), v]} %></p>
11 11
12 12 <% @version.custom_field_values.each do |value| %>
13 <p><%= custom_field_tag_with_label :version, value %></p>
13 <p><%= custom_field_tag_with_label :version, value %></p>
14 14 <% end %>
15 15
16 16 </div>
General Comments 0
You need to be logged in to leave comments. Login now