Sha256: 543a0788e693d944e53c7f28dff416441201235d231f8ed8ac41c1d0434e81b3

Contents?: true

Size: 1.21 KB

Versions: 13

Compression:

Stored size: 1.21 KB

Contents

%div{ 'ng-init' => "user = {}" }

.registration
  .container
    .row
      .login-box-wrapper
        .login-box-title
          %h2= t('.title')
        .login-box
          .brand-logo
          = form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post, class: 'form-horizontal autofill-detect' }) do |f|
            
            - unless devise_error_messages!.empty?
              .row
                .alert.alert-error
                  %button.close ×
                  = devise_error_messages!
            
            .row
              .col-sm-12
                = f.email_field :email, placeholder: "*Email", autofocus: true, required: true, 'ng-model' => 'user.email', :class => 'form-control'
            
            %br
            
            .row
              .col-sm-12
                .text-center
                  %button{ :class => "btn btn-warning", :type => "submit", 'ng-click' => 'hasClicked = true', 'ng-disabled' => 'form.$invalid', 'ng-hide' => 'hasClicked' }= t('.resend')
                  %img.ng-hide{ 'ng-src' => asset_path('mno_enterprise/loader-32x32-bg-inverse.gif'), 'ng-show' => 'hasClicked' }
          %hr
          = render "devise/shared/links"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.4 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.7 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.1.3 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.6 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.1.2 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.5 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.1.1 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.4 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.1.0 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.3 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.2 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.1 app/views/mno_enterprise/auth/confirmations/new.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/auth/confirmations/new.html.haml