From 81f66f24d7a3aefeda4ea13ed1a093153d0e07ab Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 15 Sep 2011 09:27:45 +0000 Subject: [PATCH] replace tabs to spaces at app/views/projects/_form.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7243 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/_form.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb index 45d0ff1c4..885948bb5 100644 --- a/app/views/projects/_form.html.erb +++ b/app/views/projects/_form.html.erb @@ -18,7 +18,7 @@ <%= wikitoolbar_for 'project_description' %> <% @project.custom_field_values.each do |value| %> -

<%= custom_field_tag_with_label :project, value %>

+

<%= custom_field_tag_with_label :project, value %>

<% end %> <%= call_hook(:view_projects_form, :project => @project, :form => f) %> @@ -53,9 +53,9 @@
<%=l(:label_custom_field_plural)%> <% @issue_custom_fields.each do |custom_field| %> + <%= check_box_tag 'project[issue_custom_field_ids][]', custom_field.id, (@project.all_issue_custom_fields.include? custom_field), (custom_field.is_for_all? ? {:disabled => "disabled"} : {}) %> + <%=h custom_field.name %> + <% end %> <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %>
-- 2.39.5