Mercurial > hg > soundsoftware-site
comparison app/views/queries/new.html.erb @ 1115:433d4f72a19b redmine-2.2
Update to Redmine SVN revision 11137 on 2.2-stable branch
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 12:01:42 +0000 |
parents | cbb26bc654de |
children |
comparison
equal
deleted
inserted
replaced
929:5f33065ddc4b | 1115:433d4f72a19b |
---|---|
1 <h2><%= l(:label_query_new) %></h2> | 1 <h2><%= l(:label_query_new) %></h2> |
2 | 2 |
3 <% form_tag(@project ? project_queries_path : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %> | 3 <%= form_tag(@project ? project_queries_path(@project) : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %> |
4 <%= render :partial => 'form', :locals => {:query => @query} %> | 4 <%= render :partial => 'form', :locals => {:query => @query} %> |
5 <%= submit_tag l(:button_save) %> | 5 <%= submit_tag l(:button_save) %> |
6 <% end %> | 6 <% end %> |