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

9 lines
227 B
Plaintext

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