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