This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-04-19 08:17:32 -07:00
|
|
|
- content_for :header_tags do
|
2018-03-08 15:35:07 -08:00
|
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
2017-04-19 08:17:32 -07:00
|
|
|
|
2022-10-20 05:35:29 -07:00
|
|
|
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
|
2018-07-28 10:25:33 -07:00
|
|
|
|
2022-10-20 05:35:29 -07:00
|
|
|
= render 'shared/web_app'
|