Sha256: f9e16d78b9669d03c0d618b735e51bb144fc90e3ba42689f72c12ef50ccb5bac
Contents?: true
Size: 298 Bytes
Versions: 3
Compression:
Stored size: 298 Bytes
Contents
<h1>Resend unlock instructions</h1> <%= form_tag(unlocks_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 "Resend unlock instructions" %> </div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
goma-0.0.1.rc3 | test/rails_app/app/views/unlocks/new.html.erb |
goma-0.0.1.rc2 | test/rails_app/app/views/unlocks/new.html.erb |
goma-0.0.1.rc1 | test/rails_app/app/views/unlocks/new.html.erb |