Files
growstuff/app/views/follows/index.html.haml
2019-08-31 14:25:31 +12:00

12 lines
245 B
Plaintext

- content_for :title, "#{@member.login_name}'s follows"
%h1.page-title #{@member.login_name}'s follows
= page_entries_info @follows
= will_paginate @follows
.index-cards= render @follows
= page_entries_info @follows
= will_paginate @follows