nas/app/views/follower_accounts/index.html.haml
2024-05-24 08:15:12 +09:00

6 lines
205 B
Text

- 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'