Sha256: a89d462ae1c134cc4aa86b4d9009bcc6fe21eb40ad4c0433f5469fb7ada0b12d
Contents?: true
Size: 322 Bytes
Versions: 13
Compression:
Stored size: 322 Bytes
Contents
<h1>Forgot your password?</h1> <%= simple_form_for User.new, :url => request_new_password_path, method: :post do |f| %> <%= f.error_notification %> <%= f.input :email, autofocus: true, hint: "We'll send an email to this address." %> <%= f.submit 'let me set a new password!', class: 'btn btn-primary' %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems