Sha256: 5f909502ffd19125fa622cfe6e1fc8b203fd2aeeae79e72ade6c0e907966b81b

Contents?: true

Size: 1.23 KB

Versions: 10

Compression:

Stored size: 1.23 KB

Contents

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

.registration
  .container
    .row
      .login-box-wrapper
        .login-box-title
          %h2 Password Recovery
        .login-box
          .brand-logo
          
          = form_for(resource, as: resource_name, url: password_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", 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' } Recover my password
                  %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

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-api-2.0.9 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.8 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.7 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.6 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.5 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.4 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.3 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.2 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.1 app/views/mno_enterprise/auth/passwords/new.html.haml
mno-enterprise-api-2.0.0 app/views/mno_enterprise/auth/passwords/new.html.haml