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