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

app/views/projects/_form.html.erb

index 45d0ff1c4c9b9119087a63820eec8024e93a7dcc..885948bb572fa5e641ac96d127a8f44d10d9d64b 100644 (file)
@@ -18,7 +18,7 @@
 <%= wikitoolbar_for 'project_description' %>
 
 <% @project.custom_field_values.each do |value| %>
-       <p><%= custom_field_tag_with_label :project, value %></p>
+  <p><%= custom_field_tag_with_label :project, value %></p>
 <% end %>
 <%= call_hook(:view_projects_form, :project => @project, :form => f) %>
 </div>
@@ -53,9 +53,9 @@
 <fieldset class="box" id="project_issue_custom_fields"><legend><%=l(:label_custom_field_plural)%></legend>
 <% @issue_custom_fields.each do |custom_field| %>
     <label class="floating">
-       <%= 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 %>
-       </label>
+  <%= 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 %>
+  </label>
 <% end %>
 <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %>
 </fieldset>