Sha256: 527b5088462328b8b09a4fe6fe086d130a250adaa8af81e2588357ad77b3d2c3

Contents?: true

Size: 733 Bytes

Versions: 2

Compression:

Stored size: 733 Bytes

Contents

<% @body_id = 'login' %>
<div id="existing-customer">
  <h2><%= t("login_as_existing") %></h2>
  <%= form_for(:user, :url => merge_user_path) do |f| %>
    <%= hidden_field_tag(:user_authentication, current_user.user_authentications.first.id) %>
    <%= f.hidden_field(:id) %>
    <div id='password-credentials'>
      <p>
        <%= f.label(:email, t("email")) %><br />
        <%= f.text_field('email', :class => 'title') %>
      </p>
      <p>
        <%= f.label :password, t("password") %><br />
        <%= f.password_field 'password', :class => 'title' %>
      </p>
    </div>
  <p><%= submit_tag t("log_in"), :class => 'button primary'%></p>
  <%= link_to t("forgot_password"), new_user_password_path %>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_social-1.0.2 app/views/users/merge.html.erb
spree_social-1.0.1 app/views/users/merge.html.erb