Sha256: 8e8b5fcf78ec3b84ea6e889c7500cb0c2442e1ebdf1d7763c40d7ef6ca416811
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
<div id="authenticate" class="password-reset"> <h2><%= t(".title") %></h2> <p><%= t(".description") %></p> <%= form_for :password, url: passwords_path do |form| %> <div class="field"> <%= form.label :email %> <%= form.text_field :email, type: 'email' %> </div> <div class="actions"> <%= form.submit %> </div> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authenticate-0.2.0 | app/views/passwords/new.html.erb |