##// END OF EJS Templates
replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb...
replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9658 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r9475:411f0874ab8f
Show More
new.html.erb
6 lines | 280 B | text/plain | TextLexer
<h2><%= l(:label_query_new) %></h2>
<%= form_tag(@project ? project_queries_path(@project) : queries_path, :onsubmit => 'selectAllOptions("selected_columns");') do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>