Sha256: cd9766234c3c42c32af48c196f7960c05001600de9c050fb97111088a68c474e

Contents?: true

Size: 226 Bytes

Versions: 3

Compression:

Stored size: 226 Bytes

Contents

<h1><%= t(".title") %></h1>

<p>
  <%= t(".instructions") %>
</p>

<%= form_with scope: :user, url: password_reset_path do |form| %>
  <div>
    <%= ma_email_field(form) %>
  </div>
  <%= form.submit t(".submit") %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
minimalist_authentication-3.2.2 app/views/password_resets/new.html.erb
minimalist_authentication-3.2.1 app/views/password_resets/new.html.erb
minimalist_authentication-3.2.0 app/views/password_resets/new.html.erb