2017-03-20 13:36:29 +11:00
|
|
|
.landing-strip
|
2017-04-11 05:27:52 +10:00
|
|
|
= t('landing_strip_html',
|
|
|
|
name: content_tag(:span, display_name(account), class: :emojify),
|
2017-04-18 08:16:32 +10:00
|
|
|
domain: site_hostname,
|
2017-04-24 05:45:03 +10:00
|
|
|
link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path),
|
2017-04-11 05:27:52 +10:00
|
|
|
sign_up_path: new_user_registration_path)
|