summaryrefslogtreecommitdiffstats
path: root/app/views/enumerations
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:07:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-17 23:07:15 +0000
commitbeab398219507433f9a2f5113a8cb74127a6f40c (patch)
treea445f0d2aa4bdbe9f590651ea370775b6641e260 /app/views/enumerations
parentb95d33388b5be10b62d0167e99a6e18076d179a2 (diff)
downloadredmine-beab398219507433f9a2f5113a8cb74127a6f40c.tar.gz
redmine-beab398219507433f9a2f5113a8cb74127a6f40c.zip
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
Diffstat (limited to 'app/views/enumerations')
-rw-r--r--app/views/enumerations/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/enumerations/_form.html.erb b/app/views/enumerations/_form.html.erb
index 21b948166..591209da9 100644
--- a/app/views/enumerations/_form.html.erb
+++ b/app/views/enumerations/_form.html.erb
@@ -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>