view 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
line wrap: on
line source
<h2><%= l(:label_query_new) %></h2>

<% form_tag(@project ? project_queries_path : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
  <%= render :partial => 'form', :locals => {:query => @query} %>
  <%= submit_tag l(:button_save) %>
<% end %>