Mercurial > hg > soundsoftware-site
view app/views/queries/edit.html.erb @ 1075:2cc9845228b3 cannam
Merge from branch "luisf"
author | Chris Cannam |
---|---|
date | Wed, 21 Nov 2012 17:35:50 +0000 |
parents | cbb26bc654de |
children | 433d4f72a19b |
line wrap: on
line source
<h2><%= l(:label_query) %></h2> <% form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %> <%= render :partial => 'form', :locals => {:query => @query} %> <%= submit_tag l(:button_save) %> <% end %>