mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-17 04:32:22 +00:00
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
|
.redirect
|
||
|
.redirect__logo
|
||
|
= link_to render_logo, root_path
|
||
|
|
||
|
.redirect__message
|
||
|
%h1= t('redirects.title', instance: site_hostname)
|
||
|
%p= t('redirects.prompt')
|
||
|
%p= link_to @redirect_path, @redirect_path, rel: 'noreferrer noopener'
|