diff options
| author | mo <mokha@cisco.com> | 2017-09-02 10:35:30 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-09-02 10:35:30 -0600 |
| commit | 9d2cadab1f5c7f8a5d0ab1f690c0d459172ea663 (patch) | |
| tree | ad0d9912b3e599f46d0efb8fadd71665521e3b67 /app/views/tutorials | |
| parent | e4b2373b172d49afce8045d664080735b0ff9fb1 (diff) | |
remove tutorial tags index page.
Diffstat (limited to 'app/views/tutorials')
| -rw-r--r-- | app/views/tutorials/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tutorials/show.html.erb b/app/views/tutorials/show.html.erb index e9cd6e38..381f414a 100644 --- a/app/views/tutorials/show.html.erb +++ b/app/views/tutorials/show.html.erb @@ -1,6 +1,6 @@ <%= provide(:search_path, tutorials_path) %> -<div class="row-fluid"> - <div class="span12"> +<div class="row"> + <div class="col"> <div class="thumbnail"> <img src="<%= @tutorial.image_url %>" /> <div class="caption"> |
