Sha256: 8910698fe8e1b48eba196eaae719336f7840223c015a4826424a90bf012c4170

Contents?: true

Size: 639 Bytes

Versions: 47

Compression:

Stored size: 639 Bytes

Contents

<%% if alert.present? %>
  <div popover class="flash" style="--flash-position: 5rem;" data-controller="element-removal" data-action="animationend->element-removal#remove" role="alert"><%%= alert %></div>
<%% end %>

<h1 class="font-bold text-4xl mbe-4">Forgot your password?</h1>

<%%= form_with url: passwords_path, class: "flex flex-col gap" do |form| %>
  <%%= form.email_field :email_address, required: true, autofocus: true, autocomplete: "username", placeholder: "Enter your email address", value: params[:email_address], class: "input" %>
  <%%= form.submit "Email reset instructions", class: "btn btn--primary i-min" %>
<%% end %>

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
css-zero-0.0.63 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.62 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.61 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.60 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.59 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.58 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt
css-zero-0.0.57 lib/generators/css_zero/authentication/templates/app/views/passwords/new.html.erb.tt