about summary refs log tree commit diff
path: root/app/views/shared/_landing_strip.html.haml
blob: 02e694418f30dda760ede32b6578a50bb4a4d61d (plain) (blame)
1
2
3
4
5
.landing-strip
  = t('landing_strip_html',
    name: content_tag(:span, display_name(account), class: :emojify),
    domain: site_hostname,
    sign_up_path: new_user_registration_path)