|
|
@ -58,7 +58,7 @@
|
|
|
|
= @instance_presenter.closed_registrations_message.html_safe
|
|
|
|
= @instance_presenter.closed_registrations_message.html_safe
|
|
|
|
= link_to t('about.find_another_instance'), 'https://joinmastodon.org/', class: 'button button-alternative button--block'
|
|
|
|
= link_to t('about.find_another_instance'), 'https://joinmastodon.org/', class: 'button button-alternative button--block'
|
|
|
|
|
|
|
|
|
|
|
|
.learn-more-cta
|
|
|
|
.about-short
|
|
|
|
.container
|
|
|
|
.container
|
|
|
|
%h3= t('about.description_headline', domain: site_hostname)
|
|
|
|
%h3= t('about.description_headline', domain: site_hostname)
|
|
|
|
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|
|
|
|
%p= @instance_presenter.site_description.html_safe.presence || t('about.generic_description', domain: site_hostname)
|
|
|
@ -77,4 +77,4 @@
|
|
|
|
.container
|
|
|
|
.container
|
|
|
|
%p
|
|
|
|
%p
|
|
|
|
= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'
|
|
|
|
= link_to t('about.source_code'), 'https://github.com/tootsuite/mastodon'
|
|
|
|
= " (#{@instance_presenter.version_number})"
|
|
|
|
= " (#{@instance_presenter.version_number})"
|