Sha256: c6575972d19a55106883df4c9327811611d969235ac1791f7678a9ea155a6132

Contents?: true

Size: 846 Bytes

Versions: 15

Compression:

Stored size: 846 Bytes

Contents

<div class="row">
  <div class="col-sm-6">
    <%= bootstrap_devise_error_messages! %>
    <div class="panel panel-default">
      <div class="panel-heading">
        <h4><%= t('.resend_unlock_instructions', :default => "Resend unlock instructions") %></h4>
      </div>
      <div class="panel-body">
        <%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post, html: { role: "form" } }) do |f| %>
          <div class="form-group">
            <%= f.label :email %>
            <%= f.email_field :email, autofocus: true, class: "form-control" %>
          </div>
          <%= f.submit t('.resend_unlock_instructions', :default => "Resend unlock instructions"), class: "btn btn-primary"%>
        <% end %>
      </div>
    </div>
    <%= render "devise/shared/links" %>
  </div>
</div>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
anadea-identity-0.5.4 app/views/devise/unlocks/new.html.erb
anadea-identity-0.5.3 app/views/devise/unlocks/new.html.erb
anadea-identity-0.5.2 app/views/devise/unlocks/new.html.erb
anadea-identity-0.5.1 app/views/devise/unlocks/new.html.erb
anadea-identity-0.5.0 app/views/devise/unlocks/new.html.erb
anadea-identity-0.4.2 app/views/devise/unlocks/new.html.erb
anadea-identity-0.4.1 app/views/devise/unlocks/new.html.erb
anadea-identity-0.4.0 app/views/devise/unlocks/new.html.erb
anadea-identity-0.3.3 app/views/devise/unlocks/new.html.erb
anadea-identity-0.3.2 app/views/devise/unlocks/new.html.erb
anadea-identity-0.3.1 app/views/devise/unlocks/new.html.erb
anadea-identity-0.3.0 app/views/devise/unlocks/new.html.erb
anadea-identity-0.2.1 app/views/devise/unlocks/new.html.erb
anadea-identity-0.2.0 app/views/devise/unlocks/new.html.erb
anadea-identity-0.1.0 app/views/devise/unlocks/new.html.erb