]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/enumerations/_form.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:07:15 +0000 (23:07 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 17 Sep 2011 23:07:15 +0000 (23:07 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7358 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/enumerations/_form.html.erb

index 21b948166db0df6ae9907af9958b1231a4fd88ac..591209da9d32a89ce01a732653426f70fb8c0ab7 100644 (file)
@@ -14,6 +14,6 @@
 <!--[eoform:optvalue]-->
 
 <% @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 %>
 </div>