summaryrefslogtreecommitdiff
path: root/app/views/tutorials
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-03-18 21:09:25 -0600
committermo khan <mo@mokhan.ca>2015-03-18 21:09:25 -0600
commitd2b6151f39b1f8506ee33ddcfe6496ff54a9afa0 (patch)
treec9de553d52c7532c6a6de9e1b04402e45b3f7912 /app/views/tutorials
parent180578243770744b4ee054500f1d4a91eb048c5c (diff)
remove fluid container from tutorials page.
Diffstat (limited to 'app/views/tutorials')
-rw-r--r--app/views/tutorials/index.html.erb3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/tutorials/index.html.erb b/app/views/tutorials/index.html.erb
index 0a4d08e1..063fa8a0 100644
--- a/app/views/tutorials/index.html.erb
+++ b/app/views/tutorials/index.html.erb
@@ -1,5 +1,4 @@
-<%= provide(:search_path, tutorials_path) %>
-<% provide(:container_class, 'container-fluid') %>
+<% provide(:search_path, tutorials_path) %>
<div class="row-fluid">
<table class='table'>
<% @tutorials.each do |tutorial| %>