replace tabs to spaces at app/views/versions/_form.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7354 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b589e35cfb
commit
23fa3ac8c3
|
@ -10,7 +10,7 @@
|
|||
<p><%= f.select :sharing, @version.allowed_sharings.collect {|v| [format_version_sharing(v), v]} %></p>
|
||||
|
||||
<% @version.custom_field_values.each do |value| %>
|
||||
<p><%= custom_field_tag_with_label :version, value %></p>
|
||||
<p><%= custom_field_tag_with_label :version, value %></p>
|
||||
<% end %>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue