diff options
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/public.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/public.html.haml b/app/views/layouts/public.html.haml index 14c37e0dd..056393bba 100644 --- a/app/views/layouts/public.html.haml +++ b/app/views/layouts/public.html.haml @@ -1,7 +1,7 @@ - content_for :content do .container= yield .footer - %span.domain= Rails.configuration.x.local_domain + %span.domain= link_to Rails.configuration.x.local_domain, root_path %span.powered-by \// powered by |