Commit 09a032fb

mo khan <mo@mokhan.ca>
2014-08-23 18:52:56
remove header from creations tags page.
1 parent c24a6e7
Changed files (1)
app
views
creation_tags
app/views/creation_tags/show.html.erb
@@ -1,12 +1,4 @@
-<% provide(:title, "#{@tag}") -%>
-<div class="row-fluid">
-  <div class="span9">
-    <h1><%= @total_creations %> creations tagged <em><%= @tag %></em></h1>
-  </div>
-  <div class="span3">
-    <p class="pull-right"><%= link_to "#{@total_tutorials} tutorials", tutorial_tag_path(@tag) %> &raquo;</p>
-  </div>
-</div>
+<% provide(:title, @tag) -%>
 <div class="row-fluid">
   <% @creations.each_slice(6).each do |batch| %>
     <ul class='thumbnails'>