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