Sha256: 405f8e63679c044ac811e502ade90833819f025c64fe26332cf14411ce08d9bf
Contents?: true
Size: 355 Bytes
Versions: 2
Compression:
Stored size: 355 Bytes
Contents
<h2>Reset your password</h2> <p> We will email you a link to reset your password. </p> <%= form_for :password, :url => passwords_path do |form| %> <div class="text_field"> <%= form.label :email, "Email address" %> <%= form.text_field :email %> </div> <div class="submit_field"> <%= form.submit "Reset password" %> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
clearance-0.10.3.2 | app/views/passwords/new.html.erb |
clearance-0.10.2 | app/views/passwords/new.html.erb |