Commit 9b97ab43

mo khan <mo@mokhan.ca>
2014-07-20 16:18:56
fix the view button on the tutorial tags page.
1 parent 8cb34a2
Changed files (1)
app
views
tutorial_tags
app/views/tutorial_tags/show.html.erb
@@ -35,7 +35,7 @@
             <% end -%>
             </p>
             <p><%= tutorial.description %></p>
-            <p><%= link_to "View", tutorial %>View</a></p>
+            <p><%= link_to "View", tutorial, class: 'btn' %></p>
           </div>
         </div>
       </div>