annotate app/views/queries/new.html.erb @ 1202:8675fa03326d cannam

Fix check for whether user is a member of any of publication's projects (#569)
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 23 Jan 2013 11:47: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 %>