Sha256: 3acc7c4a2e6edca83abb1626ccb3b6e464ba62e3181f52b805ea729cd8c46aab

Contents?: true

Size: 772 Bytes

Versions: 28

Compression:

Stored size: 772 Bytes

Contents

div(class: 'grid-container') {
  div(class: 'large columns') {
    div(class: 'login-box') {
      div(class: 'row') {
        div(class: 'form-header') {
          h1 "Forgot Password"
        }

        div(class: 'large-12 columns') {
          express_form(:user, class: 'new_user', action: helpers.user_password_path) {

            div(class: 'row') {
              div(class: 'large-12 columns') {
                email(:email)
              }
            }

            submit value: "Send me reset password instructions", class: "button"
          }
          div(class: 'row') {
            div(class: 'large-12 columns') {
              helpers.link_to "Log in", new_user_session_path, class: "gray-link"
            }
          }
        }
      }
    }
  }
}

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
express_admin-1.7.16 app/views/devise/passwords/new.html.et
express_admin-1.7.16.pre1 app/views/devise/passwords/new.html.et
express_admin-1.7.15 app/views/devise/passwords/new.html.et
express_admin-1.7.14 app/views/devise/passwords/new.html.et
express_admin-1.7.13 app/views/devise/passwords/new.html.et
express_admin-1.7.12 app/views/devise/passwords/new.html.et
express_admin-1.7.11 app/views/devise/passwords/new.html.et
express_admin-1.7.10 app/views/devise/passwords/new.html.et