Sha256: e4ee3be1d17b27044b1963e74e404700d901d4c6c160c3e0662b8115f1f59793

Contents?: true

Size: 612 Bytes

Versions: 11

Compression:

Stored size: 612 Bytes

Contents

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

<%%= form_with url: session_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.password_field :password, required: true, autocomplete: "current-password", placeholder: "Enter your password", maxlength: 72 %><br>
  <%%= form.submit "Sign in" %>
<%% end %>
<br>

<%%= link_to "Forgot password?", new_password_path %>

Version data entries

11 entries across 11 versions & 2 rubygems

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