mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
9 lines
247 B
Text
9 lines
247 B
Text
|
.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'
|