You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
691 B

  1. - content_for :page_title do
  2. = "##{@tag.name}"
  3. - content_for :header_tags do
  4. %meta{ name: 'robots', content: 'noindex' }/
  5. %link{ rel: 'alternate', type: 'application/rss+xml', href: tag_url(@tag, format: 'rss') }/
  6. = javascript_pack_tag 'about', integrity: true, crossorigin: 'anonymous'
  7. = render 'og'
  8. .page-header
  9. %h1= "##{@tag.name}"
  10. %p= t('about.about_hashtag_html', hashtag: @tag.name)
  11. <<<<<<< HEAD
  12. - if user_signed_in?
  13. #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) }}
  14. #modal-container
  15. =======
  16. #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name, local: @local)) }}
  17. #modal-container
  18. >>>>>>> master