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' }