This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-03-20 03:36:29 +01:00
|
|
|
.landing-strip
|
2017-04-10 21:27:52 +02:00
|
|
|
= t('landing_strip_html',
|
|
|
|
name: content_tag(:span, display_name(account), class: :emojify),
|
2017-04-18 00:16:32 +02:00
|
|
|
domain: site_hostname,
|
2017-04-23 21:45:03 +02:00
|
|
|
link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path),
|
2017-04-10 21:27:52 +02:00
|
|
|
sign_up_path: new_user_registration_path)
|