Sha256: 2eadb2e413072aed03b0f87b554392a1df50e780d59e33119cc37460d5754157

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 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

1 entries across 1 versions & 1 rubygems

Version Path
tm_lyn-0.1.0 app/views/passwords/new.html.erb