12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
#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' }
|