diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index b1ba73b..1f8ee3f 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -15,7 +15,9 @@

photogriffy.net

<%= 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"%>