1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-04 22:59:47 +00:00

Replaced the 3 dots with an ellipsis sign.

git-svn-id: http://svn.redmine.org/redmine/trunk@14948 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-12-05 11:16:34 +00:00
parent c4ff59337b
commit 5f35caa6bf

View File

@ -194,7 +194,7 @@ module Redmine
previous = nil
paginator.linked_pages.each do |page|
if previous && previous != page - 1
html << content_tag('li', content_tag('span', '...'), :class => 'spacer')
html << content_tag('li', content_tag('span', '&hellip;'.html_safe), :class => 'spacer')
end
if page == paginator.page
html << content_tag('li', content_tag('span', page.to_s), :class => 'current')