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