From 02da92fcdba950b1a41e0cc317fff6d34cbf5d97 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 9 Nov 2009 04:17:49 -0800 Subject: [PATCH] adding titles to interesting and recent pages. --- app/views/flickr/interesting.html.erb | 1 + app/views/flickr/recent.html.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/flickr/interesting.html.erb b/app/views/flickr/interesting.html.erb index f73ef49..7479c3b 100644 --- a/app/views/flickr/interesting.html.erb +++ b/app/views/flickr/interesting.html.erb @@ -1,5 +1,6 @@
<%= render :partial => "grid" %> +

most interesting photos

\ No newline at end of file diff --git a/app/views/flickr/recent.html.erb b/app/views/flickr/recent.html.erb index 888249e..62c1eec 100644 --- a/app/views/flickr/recent.html.erb +++ b/app/views/flickr/recent.html.erb @@ -1,5 +1,6 @@
<%= render :partial => 'grid' %> +

most recent photos

\ No newline at end of file