Sha256: dd6586ef2056c40693f89fd2f1782704358e006bf86d78270fe325436191b838

Contents?: true

Size: 457 Bytes

Versions: 2

Compression:

Stored size: 457 Bytes

Contents

<% if flash[:alert] %>
  <div class="flash errors"><%= flash[:alert] %></div>
<% end %>

<% @body_id = 'login' %>
<div id="existing-customer">
  <h2><%= t(:login_as_existing) %></h2>
  <div data-hook="login">
    <%= render :partial => 'spree/shared/login' %>
    <%= t(:or) %> <%= link_to t(:create_a_new_account), spree.signup_path %> | <%= link_to t(:forgot_password), spree.new_user_password_path %>
  </div>
</div>
<div data-hook="login_extras"></div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_auth-1.0.0.rc2 app/views/spree/user_sessions/new.html.erb
spree_auth-1.0.0.rc1 app/views/spree/user_sessions/new.html.erb