闭社主体 forked from https://github.com/tootsuite/mastodon
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.

20 lines
596 B

  1. - content_for :page_title do
  2. = Rails.configuration.x.local_domain
  3. .wrapper
  4. %h1
  5. = image_tag 'logo.png'
  6. Mastodon
  7. %p= t('about.about_mastodon').html_safe
  8. %p= t('about.about_instance', instance: Rails.configuration.x.local_domain).html_safe
  9. .screenshot= image_tag 'screenshot.png'
  10. .actions
  11. .info
  12. = link_to t('about.terms'), terms_path
  13. = link_to t('about.source_code'), 'https://github.com/Gargron/mastodon'
  14. = link_to t('about.get_started'), new_user_registration_path, class: 'button'
  15. = link_to t('auth.login'), new_user_session_path, class: 'button'