diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:18:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-06-04 07:18:07 +0000 |
commit | 9d957ff7a8873ab84951f32e4813f39b8d71eac9 (patch) | |
tree | 4b563b572b2800c10079d3e24c6e8afc8f457a92 /app/views | |
parent | 47fce166d07e1ea494cba284066fd62fc0b6ce7c (diff) | |
download | redmine-9d957ff7a8873ab84951f32e4813f39b8d71eac9.tar.gz redmine-9d957ff7a8873ab84951f32e4813f39b8d71eac9.zip |
Merged r15428 (#22912).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15437 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/activities/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 830f408d3..4e2283449 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -61,6 +61,7 @@ <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p> <% end %> <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %> +<%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %> <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p> <% end %> <% end %> |