Sha256: 01ee6618873373d732ed902deb8141872f0c92db81638e483807bae9767b4993

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

<div id="clearance" class="password-reset">
  <h2><%= t(".title") %></h2>

  <p><%= t(".description") %></p>

  <%= form_for :password, url: passwords_path do |form| %>
    <div class="text-field">
      <%= form.label :email %>
      <%= form.email_field :email %>
    </div>

    <div class="submit-field">
      <%= form.submit %>
    </div>
  <% end %>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
clearance-2.9.3 app/views/passwords/new.html.erb
clearance-2.9.2 app/views/passwords/new.html.erb
clearance-2.9.1 app/views/passwords/new.html.erb
clearance-2.9.0 app/views/passwords/new.html.erb
clearance-2.8.0 app/views/passwords/new.html.erb
clearance-2.7.2 app/views/passwords/new.html.erb
clearance-2.7.0 app/views/passwords/new.html.erb
clearance-2.6.2 app/views/passwords/new.html.erb
clearance-2.6.1 app/views/passwords/new.html.erb
clearance-2.6.0 app/views/passwords/new.html.erb