Browse Source

Replace \u2014 with — (#3301)

closed-social-glitch-2
Daigo 3 Dango 7 years ago
committed by Eugen Rochko
parent
commit
838f51770b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/layouts/public.html.haml

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

@ -7,7 +7,7 @@
- if !user_signed_in? && single_user_mode?
%span.single-user-login
= link_to t('auth.login'), new_user_session_path
\u2014
—
%span.domain= link_to site_hostname, root_path
%span.powered-by
!= t('generic.powered_by', link: link_to('Mastodon', 'https://github.com/tootsuite/mastodon'))

Loading…
Cancel
Save