Sha256: e619d6904b306b44dc2bb2facbf9399082ae6d314e4a2168dea6a0b23abd1b45

Contents?: true

Size: 836 Bytes

Versions: 14

Compression:

Stored size: 836 Bytes

Contents

<%
   title 'Re-send unlock instructions'
   meta_description '...'
   heading 'Re-send unlock instructions'
%>

<div class="row">
  <div class="col-sm-4">
    <%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: {method: :post}) do |f| %>
      <div class="form-group">
        <%= f.label :email %>
        <%= f.email_field :email, class: 'form-control', maxlength: 254, autofocus: true,
                          data:          {
                              'rule-required'  => 'true',
                              'rule-maxlength' => '254'
                          } %>
      </div>
      <%= button_tag type: 'submit', class: 'btn btn-primary' do %>
        Send
      <% end %>
    <% end %>
  </div>
  <div class="col-sm-6 col-sm-offset-2">
    <%= render 'devise/shared/links' %>
  </div>
</div>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
orats-0.9.7 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.6 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.5 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.4 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.3 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.2 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.1 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.9.0 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.8.1 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.8.0 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.7.3 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.7.2 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.7.1 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb
orats-0.7.0 lib/orats/templates/includes/new/rails/app/views/devise/unlocks/new.html.erb