bb6988a7ac
# Conflicts: # app/controllers/settings/exports_controller.rb # app/models/media_attachment.rb # app/models/status.rb # app/views/about/show.html.haml # docker_entrypoint.sh # spec/views/about/show.html.haml_spec.rb
14 lines
479 B
Text
14 lines
479 B
Text
- content_for :content do
|
|
.container-alt= yield
|
|
.footer
|
|
- if !user_signed_in? && single_user_mode?
|
|
%span.single-user-login
|
|
= link_to t('auth.login'), new_user_session_path
|
|
—
|
|
%span.domain= link_to site_hostname, about_path
|
|
- else
|
|
%span.domain= link_to site_hostname, root_path
|
|
%span.powered-by
|
|
!= t('generic.powered_by', link: link_to('Mastodon', 'https://joinmastodon.org'))
|
|
|
|
= render template: 'layouts/application'
|