logo

mastofe

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

_forms.html.haml (532B)


  1. - if @instance_presenter.open_registrations
  2. = render 'registration'
  3. - else
  4. = link_to t('auth.register_elsewhere'), 'https://joinmastodon.org', class: 'button button-primary'
  5. .closed-registrations-message
  6. - if @instance_presenter.closed_registrations_message.blank?
  7. %p= t('about.closed_registrations')
  8. - else
  9. = @instance_presenter.closed_registrations_message.html_safe
  10. .separator-or
  11. %span= t('auth.or')
  12. = link_to t('auth.login'), new_user_session_path, class: 'button button-alternative-2 webapp-btn'