adding links to interesting and recent now that caching is in place

This commit is contained in:
Andrew Davidson 2009-10-31 23:15:35 -07:00
parent 24d4d27b51
commit cf547f8f6f

View file

@ -15,7 +15,9 @@
<h1>photogriffy.net</h1>
<p>
<%= link_to "about", {:controller => "info", :action => "about"}, :alt => "about" %> |
<%= link_to "reload", request.request_uri, :alt => "reload"%>
<%= link_to "random", {:controller => "flickr", :action => "home"}, :alt => "reload" %> |
<%= link_to "recent", {:controller => "flickr", :action => "recent"}, :alt=> "recent" %> |
<%= link_to "interesting", {:controller => "flickr", :action => "interesting"}, :alt => "interesting"%>
</p>
</div>
<div class="meta"></div>