adding titles to interesting and recent pages.

This commit is contained in:
Andrew Davidson 2009-11-09 04:17:49 -08:00
parent c03ab56663
commit 02da92fcdb
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
<div class="box"> <div class="box">
<div class="border" style="width:450px;height:550px;"> <div class="border" style="width:450px;height:550px;">
<%= render :partial => "grid" %> <%= render :partial => "grid" %>
<h1>most interesting photos</h1>
</div> </div>
</div> </div>

View file

@ -1,5 +1,6 @@
<div class="box"> <div class="box">
<div class="border" style="width:450px;height:550px;"> <div class="border" style="width:450px;height:550px;">
<%= render :partial => 'grid' %> <%= render :partial => 'grid' %>
<h1>most recent photos</h1>
</div> </div>
</div> </div>