summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
authormo <mokha@cisco.com>2017-09-01 22:32:47 -0600
committermo <mokha@cisco.com>2017-09-01 22:32:47 -0600
commitecda1288171be452eb608726f2e2c3fc1d2f8596 (patch)
treeb1a02ea63324b958a21b593037d80fa2e61c4863 /app/views/tutorials
parenta8a55cd2aaf3e88b99852b43bbd5b8ebada78153 (diff)
fix usages of paging.
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/index.html.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb
index cc54ce92..e31f8cea 100644
--- a/app/views/tutorials/index.html.erb
+++ b/app/views/tutorials/index.html.erb
@@ -17,6 +17,4 @@
</table>
</div>
</div>
-<div class="row">
- <%= render "shared/paging", items: @tutorials %>
-</div>
+<%= render "shared/paging", items: @tutorials %>