mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-31 20:26:34 -04:00
12 lines
245 B
Plaintext
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
|