diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-15 19:06:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-15 19:06:22 +0000 |
commit | 589bde0899cc72c7a5c253a6f1da4e0408de031f (patch) | |
tree | e3d4c23d04dea43b7db4505dcd641e273910bf32 /app/views/activities | |
parent | 486a4dfbc82a5ffc5dd89f94bb44edd5a7f127cd (diff) | |
download | redmine-589bde0899cc72c7a5c253a6f1da4e0408de031f.tar.gz redmine-589bde0899cc72c7a5c253a6f1da4e0408de031f.zip |
Activity page to remember user's selection of activities (#1605).
git-svn-id: http://svn.redmine.org/redmine/trunk@14678 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/activities')
-rw-r--r-- | app/views/activities/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 0a996a052..830f408d3 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -61,7 +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? %> -<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p> +<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p> <% end %> <% end %> |