Sha256: 6858af3b8d2c3ec74a031144d920d15022c199e2eb3f128b75560405014b7545

Contents?: true

Size: 304 Bytes

Versions: 4

Compression:

Stored size: 304 Bytes

Contents

<h1>Forget your password?</h1>

<%= form_tag(passwords_url, method: :post) do %>
  <div class="field">
    <%= label_tag :username_or_email %><br>
    <%= text_field_tag :username_or_email %>
  </div>
  <div class="actions">
    <%= submit_tag "Send me reset password instructions" %>
  </div>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goma-0.0.1.rc3 test/rails_app/app/views/passwords/new.html.erb
goma-0.0.1.rc2 test/rails_app/app/views/passwords/new.html.erb
goma-0.0.1.rc1 test/rails_app/app/views/passwords/new.html.erb
goma-0.0.1.gamma test/rails_app/app/views/passwords/new.html.erb