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][]', '' %>