paginate list history

This commit is contained in:
2012-09-07 12:12:40 +02:00
parent 3adf392e54
commit 2be6c0ee03
4 changed files with 17 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
.page-header= title 'User list history'
= paginate @lists
ul
- for list in @lists
li= link_to l(list.created_at, format: :short), user_history_list_path(list_id: list.id)