mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Don't display an unnecessary closing li element when there is no "Next" button on the activity page. (#37875).
Patch by Alexander Meindl. git-svn-id: https://svn.redmine.org/redmine/trunk@21942 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4f16fb9e5d
commit
693a8bae50
@ -16,8 +16,7 @@
|
||||
<%= link_to(l(:label_next) + " \xc2\xbb",
|
||||
{:params => request.query_parameters.merge(:from => @date_to + @days - 1)},
|
||||
:title => l(:label_date_from_to, :start => format_date(@date_to), :end => format_date(@date_to + @days - 1)),
|
||||
:accesskey => accesskey(:next)) %><% end %>
|
||||
</li>
|
||||
:accesskey => accesskey(:next)) %></li><% end %>
|
||||
</ul>
|
||||
</span>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user