mastodon/app/views/about/index.html.haml

21 lines
596 B
Plaintext
Raw Normal View History

- content_for :page_title do
= Rails.configuration.x.local_domain
2016-09-27 23:12:33 +02:00
.wrapper
%h1
= image_tag 'logo.png'
Mastodon
%p= t('about.about_mastodon').html_safe
%p= t('about.about_instance', instance: Rails.configuration.x.local_domain).html_safe
2016-09-27 23:12:33 +02:00
.screenshot= image_tag 'screenshot.png'
2016-09-27 23:12:33 +02:00
.actions
.info
= link_to t('about.terms'), terms_path
= link_to t('about.source_code'), 'https://github.com/Gargron/mastodon'
= link_to t('about.get_started'), new_user_registration_path, class: 'button'
= link_to t('auth.login'), new_user_session_path, class: 'button'