From: Go MAEDA Date: Thu, 18 Jun 2020 02:49:30 +0000 (+0000) Subject: Date selection for Activity page (#1422). X-Git-Tag: 4.2.0~964 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b92d02e5755af4b572c6537b4aabe9c35eb8852;p=redmine.git Date selection for Activity page (#1422). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19828 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 64f7f6a85..f71266004 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) %>

+

+ <%= t(:label_days_to_html, :days => @days, :date => date_field_tag('from', '', :value => (@date_to - 1), :size => 10)) %> + <%= calendar_for('from') %> +