Browse Source

Link to /about from public page on a single user instance (#3814)

There was no link for visitors to follow to see the about page.
closed-social-glitch-2
Daigo 3 Dango 6 years ago
committed by Eugen Rochko
parent
commit
5bd3715a4c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      app/views/layouts/public.html.haml

+ 3
- 1
app/views/layouts/public.html.haml View File

@ -8,7 +8,9 @@
%span.single-user-login
= link_to t('auth.login'), new_user_session_path
—
%span.domain= link_to site_hostname, root_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'))

Loading…
Cancel
Save