index.html.haml 205 B

123456
  1. - content_for :header_tags do
  2. %meta{ name: 'robots', content: 'noindex' }/
  3. = render 'accounts/og', account: @account, url: account_followers_url(@account, only_path: false)
  4. = render 'shared/web_app'