Mercurial > hg > soundsoftware-site
view app/views/queries/new.rhtml @ 429:27930c9b424d feature_36
update method in publications controller; updated view
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 02 Jun 2011 14:39:11 +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 %>