##// END OF EJS Templates
Missing "next" pagination link when looking at yesterday's activity (#18399)....
Missing "next" pagination link when looking at yesterday's activity (#18399). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@16137 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15257:beb5e6039166
r15755:84732abd0ad7
Show More
new.html.erb
7 lines | 299 B | text/plain | TextLexer
<h2><%= l(:label_query_new) %></h2>
<%= form_tag(@project ? project_queries_path(@project) : queries_path, :id => "query-form") do %>
<%= hidden_field_tag 'type', @query.class.name %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>