Mercurial > hg > soundsoftware-site
view app/views/queries/new.rhtml @ 713:ebca856bd627 feature_36
Fixes Bug #313: Only shows projects for which user is allowed to manage bibliography
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 23 Sep 2011 18:15:01 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%= l(:label_query_new) %></h2> <% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %> <%= render :partial => 'form', :locals => {:query => @query} %> <%= submit_tag l(:button_save) %> <% end %>