new.html.erb
6 lines
| 272 B
| text/plain
|
TextLexer
|
r2781 | <h2><%= l(:label_query_new) %></h2> | ||
<% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %> | ||||
<%= render :partial => 'form', :locals => {:query => @query} %> | ||||
<%= submit_tag l(:button_save) %> | ||||
<% end %> | ||||