summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-10-04 07:54:31 -0600
committermo k <mo@mokhan.ca>2012-10-04 07:54:31 -0600
commiteea6dc5783a8474a9af9db81910eae466870ad10 (patch)
tree18d4e33d29917b23616e261d50bfc29993ec9705 /app/views/tutorials
parentad246d65078574f7fab24f941f64754d2e2a0871 (diff)
add paging to the tutorials listing page.
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/index.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb
index 4339c6c2..c7935c35 100644
--- a/app/views/tutorials/index.html.erb
+++ b/app/views/tutorials/index.html.erb
@@ -38,3 +38,6 @@
</ul>
</div>
</div>
+<div class="row">
+ <div class="span12"> <%= paginate @tutorials %> </div>
+</div>