7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
|
<h2><%= l(:label_query_new) %></h2>
|
||
|
|
||
|
<% form_tag({:action => 'new', :project_id => @query.project}) do %>
|
||
|
<%= render :partial => 'form', :locals => {:query => @query} %>
|
||
|
<%= submit_tag l(:button_save) %>
|
||
|
<% end %>
|