##// END OF EJS Templates
replace tabs to spaces at app/views/projects/_form.html.erb...
Toshi MARUYAMA -
r7123:81f66f24d7a3
parent child
Show More
@@ -18,7 +18,7
18 18 <%= wikitoolbar_for 'project_description' %>
19 19
20 20 <% @project.custom_field_values.each do |value| %>
21 <p><%= custom_field_tag_with_label :project, value %></p>
21 <p><%= custom_field_tag_with_label :project, value %></p>
22 22 <% end %>
23 23 <%= call_hook(:view_projects_form, :project => @project, :form => f) %>
24 24 </div>
@@ -53,9 +53,9
53 53 <fieldset class="box" id="project_issue_custom_fields"><legend><%=l(:label_custom_field_plural)%></legend>
54 54 <% @issue_custom_fields.each do |custom_field| %>
55 55 <label class="floating">
56 <%= 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"} : {}) %>
57 <%=h custom_field.name %>
58 </label>
56 <%= 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"} : {}) %>
57 <%=h custom_field.name %>
58 </label>
59 59 <% end %>
60 60 <%= hidden_field_tag 'project[issue_custom_field_ids][]', '' %>
61 61 </fieldset>
General Comments 0
You need to be logged in to leave comments. Login now