Sha256: e97961327078a5de75be02d6939d6f690d9d20723a711dcc4108c1ef499d8e4e
Contents?: true
Size: 393 Bytes
Versions: 7
Compression:
Stored size: 393 Bytes
Contents
.standalone#standalone = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| .title= t(:forgot_password) .intro= t(:password_intro) .section .label= t(:email) = f.input_field :email, required: true, autofocus: true %br .buttonbar = f.button :submit, t(:reset_password), id: 'passwords_submit'
Version data entries
7 entries across 7 versions & 1 rubygems