You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

new.html.erb 299B

1234567
  1. <h2><%= l(:label_query_new) %></h2>
  2. <%= form_tag(@project ? project_queries_path(@project) : queries_path, :id => "query-form") do %>
  3. <%= hidden_field_tag 'type', @query.class.name %>
  4. <%= render :partial => 'form', :locals => {:query => @query} %>
  5. <%= submit_tag l(:button_save) %>
  6. <% end %>