logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_landing_strip.html.haml (363B)


  1. .landing-strip
  2. = image_tag asset_pack_path('logo.svg'), class: 'logo'
  3. %div
  4. = t('landing_strip_html', name: content_tag(:span, display_name(account), class: :emojify), link_to_root_path: link_to(content_tag(:strong, site_hostname), root_path))
  5. - if open_registrations?
  6. = t('landing_strip_signup_html', sign_up_path: new_user_registration_path)