Adding public following and followers pages, fix #3
This commit is contained in:
15
app/views/accounts/following.html.haml
Normal file
15
app/views/accounts/following.html.haml
Normal file
@@ -0,0 +1,15 @@
|
||||
- content_for :page_title do
|
||||
People whom
|
||||
= display_name(@account)
|
||||
follows
|
||||
|
||||
= render partial: 'header'
|
||||
|
||||
.accounts-grid
|
||||
- @following.each do |f|
|
||||
= render partial: 'grid_card', locals: { account: f }
|
||||
|
||||
- if @following.empty?
|
||||
= render partial: 'nothing_here'
|
||||
|
||||
= will_paginate @following, pagination_options
|
Reference in New Issue
Block a user