2017-04-19 15:17:32 +00:00
|
|
|
- content_for :header_tags do
|
2018-03-08 23:35:07 +00:00
|
|
|
%meta{ name: 'robots', content: 'noindex' }/
|
2017-04-19 15:17:32 +00:00
|
|
|
|
2022-10-20 12:35:29 +00:00
|
|
|
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
|
2018-07-28 17:25:33 +00:00
|
|
|
|
2022-10-20 12:35:29 +00:00
|
|
|
= render 'shared/web_app'
|