Sha256: f7d990bfb74ea9a900abeb059637a6ccb0e15fb14b8136786e9679a1b60d0a41
Contents?: true
Size: 350 Bytes
Versions: 18
Compression:
Stored size: 350 Bytes
Contents
<h2>Reset your password</h2> <p> We will email you a link to reset your password. </p> <% semantic_form_for :password, :url => passwords_path do |form| -%> <% form.inputs do -%> <%= form.input :email, :label => "Email address" %> <% end -%> <% form.buttons do -%> <%= form.commit_button "Reset password" %> <% end -%> <% end -%>
Version data entries
18 entries across 18 versions & 7 rubygems