Sha256: 345895662649355b58da70641c1665efa7c9b07fe46db81ec68fa7b9f754d929

Contents?: true

Size: 1.05 KB

Versions: 16

Compression:

Stored size: 1.05 KB

Contents

<h1>Sign up</h1>

<%%= form_with(model: @<%= model_resource_name %>, url: sign_up_path) do |form| %>
  <%% if @<%= singular_table_name %>.errors.any? %>
    <div style="color: red">
      <h2><%%= pluralize(@<%= singular_table_name %>.errors.count, "error") %> prohibited this <%= singular_table_name %> from being saved:</h2>

      <ul>
        <%% @<%= singular_table_name %>.errors.each do |error| %>
          <li><%%= error.full_message %></li>
        <%% end %>
      </ul>
    </div>
  <%% end %>

  <div>
    <%%= form.label :email, style: "display: block" %>
    <%%= form.email_field :email, autofocus: true, autocomplete: "email" %>
  </div>

  <div>
    <%%= form.label :password, style: "display: block" %>
    <%%= form.password_field :password, autocomplete: "new-password" %>
    <div>12 characters minimum.</div>
  </div>

  <div>
    <%%= form.label :password_confirmation, style: "display: block" %>
    <%%= form.password_field :password_confirmation, autocomplete: "new-password" %>
  </div>

  <div>
    <%%= form.submit "Sign up" %>
  </div>
<%% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authentication-zero-2.8.2 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.8.1 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.8.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.7.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.6.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.5.1 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.5.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.4.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.6 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.5 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.4 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.3 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.2 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.1 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.3.0 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt
authentication-zero-2.2.10 lib/generators/authentication/templates/erb/registrations/new.html.erb.tt