Sha256: 0c64169662dad45b1a090ebadbe8ff3a3d4956f31f56db85f2da0ca03c7f781b

Contents?: true

Size: 914 Bytes

Versions: 11

Compression:

Stored size: 914 Bytes

Contents

body.login-page
  .login-box
    .login-logo
      b> Shift
      | Management
    .login-box-body
      = render partial: 'hicube/base/flash'
      p.login-box-msg Reset Password
      = form_for(resource, :as => resource_name, :url => password_path(resource_name), method: :put ) do |f|
        = f.hidden_field :reset_password_token
        .form-group.has-feedback
          label Password
          = f.password_field :password, placeholer: 'Password', requried: true, class: 'form-control'
          span.glyphicon.glyphicon-lock.form-control-feedback
        .form-group.has-feedback
          label Confirm Password
          = f.password_field :password_confirmation, placeholer: 'Confirm Password', requried: true, class: 'form-control'
          span.glyphicon.glyphicon-lock.form-control-feedback
        .form-group
          button.btn.btn-primary.btn-block.btn-flat type="submit"  Submit
      
    

Version data entries

11 entries across 11 versions & 1 rubygems

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