annotate app/views/queries/new.html.erb @ 1252:fe3777d42b76 redmine-2.2-integration

Started rewriting the projects#index JS functions.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 04 Apr 2013 18:23:05 +0100
parents 433d4f72a19b
children
rev   line source
Chris@0 1 <h2><%= l(:label_query_new) %></h2>
Chris@0 2
Chris@1115 3 <%= form_tag(@project ? project_queries_path(@project) : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
Chris@0 4 <%= render :partial => 'form', :locals => {:query => @query} %>
Chris@0 5 <%= submit_tag l(:button_save) %>
Chris@0 6 <% end %>