annotate app/views/queries/new.html.erb @ 1114:212b72b966ff bibplugin_bibtex

development commit - changing association validations. not working correctly
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Fri, 14 Dec 2012 19:50:00 +0000
parents cbb26bc654de
children 433d4f72a19b
rev   line source
Chris@0 1 <h2><%= l(:label_query_new) %></h2>
Chris@0 2
Chris@909 3 <% form_tag(@project ? project_queries_path : 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 %>