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-08-16 17:12:58 +02:00
|
|
|
= image_tag asset_pack_path('logo.svg'), class: 'logo'
|
2017-05-22 16:26:54 +02:00
|
|
|
|
2017-08-16 17:12:58 +02:00
|
|
|
%div
|
2018-05-06 11:48:51 +02:00
|
|
|
= t('landing_strip_html', name: content_tag(:span, display_name(account, custom_emojify: true), class: :emojify), link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path))
|
2017-08-16 17:12:58 +02:00
|
|
|
|
|
|
|
- if open_registrations?
|
|
|
|
= t('landing_strip_signup_html', sign_up_path: new_user_registration_path)
|