From 26d7a17279d2d21ac7ddcca9d267dd5be12cb336 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:28:33 +0000 Subject: [PATCH] replace tabs to spaces at app/views/issues/_edit.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7245 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb index b4604779e..010011fe8 100644 --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -26,7 +26,7 @@

<%= time_entry.text_field :comments, :size => 60 %>

<% @time_entry.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :time_entry, value %>

+

<%= custom_field_tag_with_label :time_entry, value %>

<% end %> <% end %> -- 2.39.5