logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

index.html.haml (407B)


  1. - content_for :page_title do
  2. = t('accounts.people_who_follow', name: display_name(@account))
  3. - content_for :header_tags do
  4. %meta{ name: 'robots', content: 'noindex' }/
  5. = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
  6. = render 'accounts/header', account: @account
  7. = render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:account)