From beab398219507433f9a2f5113a8cb74127a6f40c Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 17 Sep 2011 23:07:15 +0000 Subject: [PATCH] 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 --- app/views/enumerations/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ <% @enumeration.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :enumeration, value %>

+

<%= custom_field_tag_with_label :enumeration, value %>

<% end %>