Sha256: 16ac6c472e914b141c49cefd32571c157c701d3c7c96bd3358a72ba9eb52d676
Contents?: true
Size: 253 Bytes
Versions: 1
Compression:
Stored size: 253 Bytes
Contents
<% if current_user %> <li><%= link_to t('my_account'), edit_user_registration_path(current_user) %></li> <li><%= link_to t('logout'), destroy_user_session_path %></li> <% else %> <li><%= link_to t('log_in'), new_user_session_path %></li> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_auth-0.30.0.beta1 | app/views/shared/_login_bar.html.erb |