From: Jean-Philippe Lang Date: Thu, 30 Jun 2016 20:14:49 +0000 (+0000) Subject: Don't render an empty li tag (#23192). X-Git-Tag: 3.4.0~856 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=aadddc9427b4f5709432701162fad36ac9022e28;p=redmine.git 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 f1a25e664..748e60fd1 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 %>