2017-03-20 03:36:29 +01:00
|
|
|
.landing-strip
|
2017-04-10 15:27:52 -04:00
|
|
|
= t('landing_strip_html',
|
|
|
|
name: content_tag(:span, display_name(account), class: :emojify),
|
2017-05-16 07:41:09 +09:00
|
|
|
link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path))
|
|
|
|
- if open_registrations?
|
|
|
|
= t('landing_strip_signup_html', sign_up_path: new_user_registration_path)
|