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.
This commit is contained in:
parent
3d13f6ea0c
commit
5bd3715a4c
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue