This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/app/views/favorites/show.html.haml

7 lines
184 B
Plaintext

%h1 Your favorite photos
#photo_browser_container
= pagination 'photo_browser', url(:favorites, :id => current_user.user_name)
#photo_browser
= partial 'photos/photo_browser'