To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / .svn / pristine / 7f / 7fd2e45fcd400139b222df563299c0b121c16798.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (269 Bytes)

1
<h2><%= l(:label_query_new) %></h2>
2

    
3
<% form_tag(@project ? project_queries_path : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
4
  <%= render :partial => 'form', :locals => {:query => @query} %>
5
  <%= submit_tag l(:button_save) %>
6
<% end %>