Sha256: 0a17b96abdd1677bdc34361af8ac3e3d459d349394d440f2ec3033a7a79f452c

Contents?: true

Size: 386 Bytes

Versions: 12

Compression:

Stored size: 386 Bytes

Contents

<h1>Forgot your password?</h1>

<%%= tag.div(flash[:alert], style: "color:red") if flash[:alert] %>

<%%= form_with url: passwords_path do |form| %>
  <%%= form.email_field :email_address, required: true, autofocus: true, autocomplete: "username", placeholder: "Enter your email address", value: params[:email_address] %><br>
  <%%= form.submit "Email reset instructions" %>
<%% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
railties-8.0.2 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.1 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.0.1 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.0 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.0.rc2 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.0.rc1 lib/rails/generators/erb/authentication/templates/app/views/passwords/new.html.erb
railties-8.0.0.beta1 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb
omg-railties-8.0.0.alpha9 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb
omg-railties-8.0.0.alpha8 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb
omg-railties-8.0.0.alpha7 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb
omg-railties-8.0.0.alpha4 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb
omg-railties-8.0.0.alpha3 lib/rails/generators/erb/authentication/templates/views/passwords/new.html.erb