]> source.dussan.org Git - redmine.git/commit
Use ul tags to do pagination (#21258).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Nov 2015 11:13:15 +0000 (11:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 28 Nov 2015 11:13:15 +0000 (11:13 +0000)
commitae045cdac99e9ed54f70128b63853d8899080cb1
treea9113533732445dc55f3a2ec4d29e17c3d37adb4
parent0870a3a46e75568b740ad25aa730168be08a48ad
Use ul tags to do pagination (#21258).

Patch by Daniel Ritz.

git-svn-id: http://svn.redmine.org/redmine/trunk@14897 e93f8b46-1217-0410-a6f0-8f06a7374b81
18 files changed:
app/helpers/groups_helper.rb
app/helpers/members_helper.rb
app/views/auth_sources/index.html.erb
app/views/boards/show.html.erb
app/views/issue_statuses/index.html.erb
app/views/issues/index.html.erb
app/views/messages/show.html.erb
app/views/news/index.html.erb
app/views/repositories/revisions.html.erb
app/views/roles/index.html.erb
app/views/search/index.html.erb
app/views/timelog/index.html.erb
app/views/trackers/index.html.erb
app/views/users/index.html.erb
lib/redmine/pagination.rb
public/stylesheets/application.css
test/unit/helpers/groups_helper_test.rb
test/unit/helpers/members_helper_test.rb