Sha256: 7a2642124f1495ea8e908f4d0600b4df272f3c4986964f3bfe8135d0fac3a7bf
Contents?: true
Size: 506 Bytes
Versions: 5
Compression:
Stored size: 506 Bytes
Contents
<% if flash[:alert] %> <div class="flash errors"><%= flash[:alert] %></div> <% end %> <% @body_id = 'login' %> <div id="existing-customer"> <h6><%= I18n.t('spree.login_as_existing') %></h6> <div data-hook="login"> <%= render partial: 'spree/shared/login' %> <%= I18n.t('spree.or') %> <%= link_to I18n.t('spree.create_a_new_account'), spree.signup_path %> | <%= link_to I18n.t('spree.forgot_password'), spree.recover_password_path %> </div> </div> <div data-hook="login_extras"></div>
Version data entries
5 entries across 5 versions & 1 rubygems