Sha256: 8fd738bf8122e94ace7f769a9e4fb00a3cf44e64b85945060cec534b6d4a3411

Contents?: true

Size: 382 Bytes

Versions: 9

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

9 entries across 9 versions & 1 rubygems

Version Path
clearance-1.3.0 app/views/passwords/new.html.erb
clearance-1.2.1 app/views/passwords/new.html.erb
clearance-1.2.0 app/views/passwords/new.html.erb
clearance-1.1.0 app/views/passwords/new.html.erb
clearance-1.0.1 app/views/passwords/new.html.erb
clearance-1.0.0 app/views/passwords/new.html.erb
clearance-1.0.0.rc8 app/views/passwords/new.html.erb
clearance-1.0.0.rc7 app/views/passwords/new.html.erb
clearance-1.0.0.rc6 app/views/passwords/new.html.erb