adding titles to interesting and recent pages.
This commit is contained in:
parent
c03ab56663
commit
02da92fcdb
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in a new issue