maestrano/mno-enterprise

View on GitHub
api/app/views/mno_enterprise/auth/registrations/new.html.haml

Summary

Maintainability
Test Coverage
.registration
  .container
    .row
      .login-box-wrapper
        .login-box-title
          %h2= t('mno_enterprise.auth.registrations.new.title')
        .login-box
          .brand-logo
          = render "mno_enterprise/auth/registrations/form"
          = render "mno_enterprise/auth/shared/omniauth"
          %hr
          = render "mno_enterprise/auth/shared/links"