commit: 5bd3715a4c11d533d9b859dadce45adc99e97373
parent: 3d13f6ea0c6cf0022c9fa57c570f93462647dd12
Author: Daigo 3 Dango <zunda@users.noreply.github.com>
Date: Sun, 18 Jun 2017 23:32:28 -1000
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.
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml
@@ -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'))