Sha256: 19e1eb1e35857ccf96759979e0cdee1396b8e5809ac4ea27e7c3ba5ec9dff1f1

Contents?: true

Size: 382 Bytes

Versions: 7

Compression:

Stored size: 382 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.text_field :email, :type => 'email' %>
    </div>

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
clearance-1.6.0 app/views/passwords/new.html.erb
clearance-1.5.1 app/views/passwords/new.html.erb
clearance-1.5.0 app/views/passwords/new.html.erb
clearance-1.4.3 app/views/passwords/new.html.erb
clearance-1.4.2 app/views/passwords/new.html.erb
clearance-1.4.1 app/views/passwords/new.html.erb
clearance-1.4.0 app/views/passwords/new.html.erb