##// END OF EJS Templates
html_safe for Rails3...
html_safe for Rails3 git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8267 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7537:ad9e486077f9
r8147:8677f069ec4b
Show More
edit.html.erb
6 lines | 254 B | text/plain | TextLexer
<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 %>