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