summaryrefslogtreecommitdiffstats
path: root/app/views/timelog/report.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/timelog/report.html.erb')
-rw-r--r--app/views/timelog/report.html.erb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb
index 960d41b72..4b9f0befe 100644
--- a/app/views/timelog/report.html.erb
+++ b/app/views/timelog/report.html.erb
@@ -6,7 +6,9 @@
<h2><%= l(:label_spent_time) %></h2>
-<% form_tag({:controller => 'timelog', :action => 'report', :project_id => @project, :issue_id => @issue}, :method => :get, :id => 'query_form') do %>
+<%= form_tag({:controller => 'timelog', :action => 'report',
+ :project_id => @project, :issue_id => @issue},
+ :method => :get, :id => 'query_form') do %>
<% @report.criteria.each do |criterion| %>
<%= hidden_field_tag 'criteria[]', criterion, :id => nil %>
<% end %>