Sha256: 50202100b8ddaaabbc92a32d87e42a96d098aa3175f3c435461709d145073e50

Contents?: true

Size: 825 Bytes

Versions: 14

Compression:

Stored size: 825 Bytes

Contents

<%
   title 'Forgot your password?'
   meta_description '...'
   heading 'Forgot your password?'
%>

<div class="row">
  <div class="col-sm-4">
    <%= form_for resource, as: resource_name, url: password_path(resource_name), html: {method: :post} do |f| %>
      <div class="form-group">
        <%= f.label :email %>
        <%= f.email_field :email, class: 'form-control', autofocus: true, maxlength: 254,
                          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/passwords/new.html.erb
orats-0.9.6 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.5 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.4 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.3 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.2 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.1 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.9.0 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.8.1 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.8.0 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.7.3 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.7.2 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.7.1 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb
orats-0.7.0 lib/orats/templates/includes/new/rails/app/views/devise/passwords/new.html.erb