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