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.

38 lines
1.2 KiB

  1. - content_for :page_title do
  2. = "##{@tag.name}"
  3. - content_for :header_tags do
  4. %script#initial-state{ type: 'application/json' }!= json_escape(@initial_state_json)
  5. = javascript_pack_tag 'about', integrity: true, crossorigin: 'anonymous'
  6. = render 'og'
  7. .landing-page.tag-page
  8. .stripe
  9. .features
  10. .container
  11. #mastodon-timeline{ data: { props: Oj.dump(default_props.merge(hashtag: @tag.name)) } }
  12. .about-mastodon
  13. .brand
  14. = link_to root_url do
  15. = image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
  16. %p= t 'about.about_hashtag_html', hashtag: @tag.name
  17. .cta
  18. = link_to t('auth.login'), new_user_session_path, class: 'button button-secondary'
  19. = link_to t('about.learn_more'), root_url, class: 'button button-alternative'
  20. .features-list
  21. .features-list__row
  22. .text
  23. %h6= t 'about.features.not_a_product_title'
  24. = t 'about.features.not_a_product_body'
  25. .visual
  26. = fa_icon 'fw users'
  27. .features-list__row
  28. .text
  29. %h6= t 'about.features.humane_approach_title'
  30. = t 'about.features.humane_approach_body'
  31. .visual
  32. = fa_icon 'fw leaf'