blob: d93540c02812b3f1c610c312d4fa8cbef0648e1f (
plain) (
blame)
1
2
3
4
5
6
|
- content_for :header_tags do
%meta{ name: 'robots', content: 'noindex' }/
= render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
= render 'shared/web_app'
|