Sha256: a726f00be18988206d96673152888989ecbe0bf203a4d31689ccc308fec07e09

Contents?: true

Size: 581 Bytes

Versions: 11

Compression:

Stored size: 581 Bytes

Contents

= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f|
  = devise_error_messages!
  %div
    = f.email_field :email, :placeholder => "Email", :required => true, 'ng-model' => 'email', :class => 'form-control'
  %br
  %br/
  %div
    %button{ :class => "btn btn-warning btn-login", :type => "submit", 'ng-click' => 'hasClicked = true', 'ng-hide' => 'hasClicked' }
      = t('mno_enterprise.auth.unlocks.new.unlock')
    %img.ng-hide{ 'ng-src' => asset_path('mno_enterprise/loader-32x32-bg-inverse.gif'), 'ng-show' => 'hasClicked' }

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.3.3 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.3.2 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.2.1 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.3.1 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.3.0 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.2.0 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.1.4 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.0.7 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.1.3 app/views/mno_enterprise/auth/unlocks/_form.html.haml
mno-enterprise-api-3.0.6 app/views/mno_enterprise/auth/unlocks/_form.html.haml