adding links to interesting and recent now that caching is in place
This commit is contained in:
parent
24d4d27b51
commit
cf547f8f6f
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue