Sha256: 2e39f975f8b7fad4f310f33b79a74220f98fa4503739eed3c84016124524492e

Contents?: true

Size: 1.14 KB

Versions: 25

Compression:

Stored size: 1.14 KB

Contents

.container
  .login-box
    .center
      .login-container
        .login-logo
          %a{ href: '#' }
            %span{style:"font-family: 'Patua One'"} Keppler
            Admin
            %br
            %small ¿Has olvidado tu contraseña?
        .login-box-body
          = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post, :role => 'form'}) do |f|
            %p.login-box-msg Envíanos tu email para recuperarla
            .form-group.has-feedback
              = f.email_field :email, :autofocus => true, class: "validate #{'invalid' unless resource.errors.messages.empty?}", class: "form-control validate", :placeholder => "Email"
              %i.icon-envelope.input-icon
            .form-group.has-feedback
              .devise-errors.center-align
                - flash.each do |name, msg|
                  = content_tag :div, msg, :id => "flash_#{name}" if msg.is_a?(String)
            .has-feedback
              %center
                = f.submit 'Enviar', class: 'btn-primary'
            .clearfix

  .login-footer
    = "#{t('keppler.powered')} <span>Slice Group</span>".html_safe

Version data entries

25 entries across 24 versions & 1 rubygems

Version Path
keppler-2.1.22 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.21 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.20 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.19 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.18 testing-with-2.1.18/app/views/devise/passwords/new.html.haml
keppler-2.1.18 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.17 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.16 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.15 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.14 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.13 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.12 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.11 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.10 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.9 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.8 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.7 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.6 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.5 installer/core/app/views/devise/passwords/new.html.haml
keppler-2.1.4 installer/core/app/views/devise/passwords/new.html.haml