]> git.openstreetmap.org Git - rails.git/commit
Use the rails paginator to paginate the trace list, and abstract some
authorTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 23:58:37 +0000 (23:58 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 8 Aug 2007 23:58:37 +0000 (23:58 +0000)
commit07ad4a36ea398f4bba431d19d5d99e0160ad814b
tree568cd63f18960e98acb8396336a0dbf5b192d3ae
parent96eea9da7fa46ec22a85ab722c88be9e834be9e4
Use the rails paginator to paginate the trace list, and abstract some
common template code into a partial.
app/controllers/trace_controller.rb
app/views/trace/_trace_list.rhtml [new file with mode: 0644]
app/views/trace/_trace_paging_nav.rhtml
app/views/trace/list.rhtml
app/views/trace/mine.rhtml