From f3586038f4c436eaabb8f3d3e239b56d3d5794ca Mon Sep 17 00:00:00 2001 From: Coleman Date: Sun, 26 Oct 2008 20:54:18 -0500 Subject: [PATCH] missing file --- app/views/photos/by_hash.html.haml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/photos/by_hash.html.haml diff --git a/app/views/photos/by_hash.html.haml b/app/views/photos/by_hash.html.haml new file mode 100644 index 0000000..38ff655 --- /dev/null +++ b/app/views/photos/by_hash.html.haml @@ -0,0 +1,11 @@ +#scrolling_photo_block_container + = pagination 'scrolling_photo_block', url(:controller => :photos, :action => :by_hash, :id => params[:id]) + #scrolling_photo_block + = partial 'photos/stats_for_email_hash' + +%h1== Stats for your photos + +%div.user_stat_chart + = stat_chart + +%br{ :style => 'clear: both' }