From aadddc9427b4f5709432701162fad36ac9022e28 2016-06-30 20:14:49 From: Jean-Philippe Lang Date: 2016-06-30 20:14:49 Subject: [PATCH] Don't render an empty li tag (#23192). git-svn-id: http://svn.redmine.org/redmine/trunk@15597 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index f1a25e6..748e60f 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -28,11 +28,11 @@ params.merge(:from => @date_to - @days - 1), :title => l(:label_date_from_to, :start => format_date(@date_to - 2*@days), :end => format_date(@date_to - @days - 1)), :accesskey => accesskey(:previous)) %> - <% unless @date_to >= User.current.today %>