Sha256: a99a58aab01fdfe4b7e467388aaba27a4b5dbfacac873dd4f30f2b6eaf92a0bf
Contents?: true
Size: 550 Bytes
Versions: 2
Compression:
Stored size: 550 Bytes
Contents
<h2>Resend unlock instructions</h2> <%= simple_form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> <%= f.error_notification %> <%= f.full_error :unlock_token %> <div class="form-inputs"> <%= f.input :email, required: true, autofocus: true, input_html: { autocomplete: "email" } %> </div> <div class="form-actions"> <%= f.button :submit, "Resend unlock instructions" %> </div> <% end %> <%= render "kingsman/shared/links" %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kingsman-0.1.1 | lib/generators/templates/simple_form_for/unlocks/new.html.erb |
kingsman-0.1.0 | lib/generators/templates/simple_form_for/unlocks/new.html.erb |