From 5b748280135d39ce428dfcd755fbda5ef623f1c6 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 28 Jan 2020 01:15:14 +0000 Subject: Fix totals not displayed in projects list view (#32896). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@19469 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/projects/_list.html.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/views/projects/_list.html.erb b/app/views/projects/_list.html.erb index 8d8c0d9c1..3c90921ec 100644 --- a/app/views/projects/_list.html.erb +++ b/app/views/projects/_list.html.erb @@ -1,3 +1,4 @@ +<%= render_query_totals(@query) %>
-- cgit v1.2.3