@@ -236,7 +236,7 module Redmine | |||
|
236 | 236 | if values.any? |
|
237 | 237 | links = values.collect do |n| |
|
238 | 238 | if n == paginator.per_page |
|
239 | content_tag('span', n.to_s) | |
|
239 | content_tag('span', n.to_s, :class => 'selected') | |
|
240 | 240 | else |
|
241 | 241 | yield(n, :per_page => n, paginator.page_param => nil) |
|
242 | 242 | end |
General Comments 0
You need to be logged in to leave comments.
Login now