diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 64f7f6a85..ce5287e35 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -32,6 +32,10 @@ <% content_for :sidebar do %> <%= form_tag({}, :method => :get, :id => 'activity_scope_form') do %>

<%= l(:label_activity) %>

+

+ <%= l(:label_days_to, :days => @days, :date => date_field_tag('from', '', :value => (@date_to-1), :size => 10)).html_safe %> + <%= calendar_for('from') %> +