Sha256: 7071c2cad08099458a8f2b46a06ae3dce74acd8963db5c36df0610239e6bd2c1

Contents?: true

Size: 658 Bytes

Versions: 11

Compression:

Stored size: 658 Bytes

Contents

body.login-page
  .login-box
    .login-logo
      b #{app_name}
    .login-box-body
      = render partial: 'hicube/base/flash'
      p.login-box-msg Forgot your password?
      = form_for(resource, :as => resource_name, :url => password_path(resource_name) ) do |f|
        .form-group.has-feedback
          = f.email_field :email, placeholer: 'Email', requried: true, class: 'form-control'
          span.glyphicon.glyphicon-envelope.form-control-feedback
        .form-group
          button.btn.btn-primary.btn-block.btn-flat type="submit"  Send me reset password instructions
      .social-auth-links.text-center
        = link_to 'Log in', root_path

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hicube-0.0.11 app/views/devise/passwords/new.html.slim
hicube-0.0.10 app/views/devise/passwords/new.html.slim
hicube-0.0.9 app/views/devise/passwords/new.html.slim
hicube-0.0.8 app/views/devise/passwords/new.html.slim
hicube-0.0.7 app/views/devise/passwords/new.html.slim
hicube-0.0.6 app/views/devise/passwords/new.html.slim
hicube-0.0.5 app/views/devise/passwords/new.html.slim
hicube-0.0.4 app/views/devise/passwords/new.html.slim
hicube-0.0.3 app/views/devise/passwords/new.html.slim
hicube-0.0.2 app/views/devise/passwords/new.html.slim
hicube-0.0.1 app/views/devise/passwords/new.html.slim