Commit 837b2061

mo k <mo@mokhan.ca>
2012-09-21 03:38:17
move the show page header to the page_header content section.
1 parent 16fb331
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -7,7 +7,7 @@
     });
   </script>
 <% end -%>
-<div class="page-header">
+<% content_for :page_header do -%>
   <% if(@creation.is_restricted) -%>
     <div style="float:right;">
       <%= image_tag "ratedr.jpg", :class => "span1" %>
@@ -25,7 +25,9 @@
   <% @creation.categories.each do |category| %>
     <a href="/categories/<%= category.slug %>"><span class="label"><%= category.name %></span></a>
   <% end %> 
-</div>
+
+<% end -%>
+<hr />
 <div class="row">
   <div class="span12">
     <ul class="thumbnails">