From ec31b616982f137abdee8d0c6aa9dc4a6d103189 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 18 Jul 2016 21:26:30 +0000 Subject: Removes calls to #assert_template and #assigns in functional tests. git-svn-id: http://svn.redmine.org/redmine/trunk@15695 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 2 +- app/views/boards/show.html.erb | 2 +- app/views/issues/_conflict.html.erb | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 8f5cd08e6..033ae3cb6 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -46,7 +46,7 @@ <% end %> <% content_for :sidebar do %> -<%= form_tag({}, :method => :get) do %> +<%= form_tag({}, :method => :get, :id => 'activity_scope_form') do %>

<%= l(:label_activity) %>