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 / 54 / 5401929fffcfd917ed3f8a6f856c916e7e585a30.svn-base @ 1297:0a574315af3e

History | View | Annotate | Download (280 Bytes)

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