Sha256: 84a021d6b9285dce27415b33c2121c3956d3d738673c385bac27f32bbcda4dbe

Contents?: true

Size: 529 Bytes

Versions: 1

Compression:

Stored size: 529 Bytes

Contents

<p>
  <%= f.label :email, t(:email) %><br />
  <%= f.email_field :email, :class => 'title' %>
</p>
<% if @user.password_required? %>
  <div id="password-credentials">
    <p>
      <%= f.label :password, t(:password) %><br />
      <%= f.password_field :password, :class => 'title' %>
    </p>

    <p>
      <%= f.label :password_confirmation, t(:confirm_password) %><br />
      <%= f.password_field :password_confirmation, :class => 'title' %>
    </p>
  </div>
<% end %>

<div data-hook="signup_below_password_fields"></div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spree_social_onr-2.1.4 app/views/spree/shared/_user_form.html.erb