Sha256: de900f198713aeceedf273151945fb8a2e9b2042fea0f03397bca50f090fcfab

Contents?: true

Size: 491 Bytes

Versions: 4

Compression:

Stored size: 491 Bytes

Contents

<p>
  <%= f.label :email, t("email") %><br />
  <%= f.text_field :email, :class => 'title'  %>
</p>
<div id="password-credentials" style="<%=password_style(@user)%>">
  <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>

<%= hook :signup_below_password_fields %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_core-0.30.2 app/views/shared/_user_form.html.erb
spree_core-0.30.1 app/views/shared/_user_form.html.erb
spree_core-0.30.0 app/views/shared/_user_form.html.erb
spree_core-0.30.0.beta1 app/views/shared/_user_form.html.erb