Sha256: 631d94ed5b1509a1ee68ca2e7ee5508cd1d5da9d4d01401f25fcc9cec8d70d85
Contents?: true
Size: 831 Bytes
Versions: 5
Compression:
Stored size: 831 Bytes
Contents
<h2><%= t('.sign_up') %></h2> <%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> <%= devise_error_messages! %> <div class="field"> <%= f.label :email %><br /> <%= f.email_field :email, autofocus: true, autocomplete: "email" %> </div> <div class="field"> <%= f.label :password %> <% if @minimum_password_length %> <em><%= t('devise.shared.minimum_password_length', count: @minimum_password_length) %></em> <% end %><br /> <%= f.password_field :password, autocomplete: "off" %> </div> <div class="field"> <%= f.label :password_confirmation %><br /> <%= f.password_field :password_confirmation, autocomplete: "off" %> </div> <div class="actions"> <%= f.submit t('.sign_up') %> </div> <% end %> <%= render "devise/shared/links" %>
Version data entries
5 entries across 5 versions & 1 rubygems