diff options
Diffstat (limited to 'redmine/app/views/projects/add_issue.rhtml')
-rw-r--r-- | redmine/app/views/projects/add_issue.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redmine/app/views/projects/add_issue.rhtml b/redmine/app/views/projects/add_issue.rhtml index 48d296fea..123513371 100644 --- a/redmine/app/views/projects/add_issue.rhtml +++ b/redmine/app/views/projects/add_issue.rhtml @@ -39,8 +39,8 @@ <p><label for="issue_due_date"><%=l(:field_due_date)%></label><br /> <%= date_select 'issue', 'due_date', :start_year => Date.today.year, :include_blank => true %></p> -<% for custom_value in @custom_values %> - <p><%= custom_field_tag_with_label custom_value %></p> +<% for @custom_value in @custom_values %> + <p><%= custom_field_tag_with_label @custom_value %></p> <% end %>
<p><label for="attachment_file"><%=l(:label_attachment)%></label><br /> |