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