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:
Toshi MARUYAMA 2011-09-17 23:04:41 +00:00
parent b589e35cfb
commit 23fa3ac8c3
1 changed files with 1 additions and 1 deletions

View File

@ -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>