Sha256: 0d46d80806f4e208325a5bd8b2f731c8d051583c4529a2a422500f608000151e
Contents?: true
Size: 1.62 KB
Versions: 5
Compression:
Stored size: 1.62 KB
Contents
.registration .container .row .login-box-wrapper .login-box-title %h2= t('mno_enterprise.auth.confirmations.lounge.title') .login-box .brand-logo %form %label{ :style => "font-weight: normal;"}= t('mno_enterprise.auth.confirmations.lounge.subtitle') %div{ 'ng-init' => "email = '#{@resource.email}'"} = form_for(@resource, :as => resource_name, :url => mno_enterprise.user_confirmation_path, :html => { 'name' => 'form', class: 'form-horizontal', :autocomplete => "off" }) do |f| - unless devise_error_messages!.empty? .row .alert.alert-error %button.close × = devise_error_messages! .spacer2 %hr .form-horizontal .row .text-center .col-sm-12 %label{ :style => "font-weight: normal;"}= t('mno_enterprise.auth.confirmations.lounge.resend.description') .col-sm-12 = f.email_field :email, :placeholder => "Email", :required => true, 'ng-model' => '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.button') %img.ng-hide{ 'ng-src' => asset_path('mno_enterprise/loader-32x32-bg-inverse.gif'), 'ng-show' => 'hasClicked' }
Version data entries
5 entries across 5 versions & 1 rubygems