Sha256: 419471255d7eb8fa9a50e0907d8002c11390e69d64898b56f0fd9cc79dad9b82

Contents?: true

Size: 384 Bytes

Versions: 59

Compression:

Stored size: 384 Bytes

Contents

<h2>Resend unlock instructions</h2>

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true %>
  </div>

  <div class="actions">
    <%= f.submit "Resend unlock instructions" %>
  </div>
<% end %>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.9 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.8 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.7 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.6 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.5 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.4 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.3 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.2 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.1 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.5.0 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.9 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.8 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.7 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.6 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.5 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.4 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.3 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.2 app/views/auth/unlocks/new.html.erb
wordjelly-auth-1.4.0 app/views/auth/unlocks/new.html.erb