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.
7 lines
280 B
7 lines
280 B
6 years ago
|
<h3><%= l(:label_query_new) %></h3>
|
||
|
|
||
|
<%= form_tag(@project ? project_queries_path(@project) : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
|
||
|
<%= render :partial => 'form', :locals => {:query => @query} %>
|
||
|
<%= submit_tag l(:button_save) %>
|
||
|
<% end %>
|