Sha256: f056d417264ed521450a3c388e1a1d86adecce9e587e697c56790501d02e4ce1
Contents?: true
Size: 457 Bytes
Versions: 25
Compression:
Stored size: 457 Bytes
Contents
<% if flash[:alert] %> <div class="flash errors"><%= flash[:alert] %></div> <% end %> <% @body_id = 'login' %> <div id="existing-customer"> <h6><%= t(:login_as_existing) %></h6> <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
25 entries across 25 versions & 3 rubygems