diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb index 05ac6d08db..3da5ab0f36 100644 --- a/app/views/issues/index.html.erb +++ b/app/views/issues/index.html.erb @@ -9,10 +9,9 @@
- <% html_title(@query.new_record? ? l(:label_issue_plural) : h(@query.name)) %> -<% form_tag({ :controller => 'queries', :action => 'new' }, :id => 'query_form') do %> +<%= form_tag({ :controller => 'queries', :action => 'new' }, :id => 'query_form') do %> <%= hidden_field_tag('project_id', @project.to_param) if @project %>
">