Sha256: 6e92c901b65d55a944ab03aecd690cfd9799f788789f3c4137fafcf413f5deb0
Contents?: true
Size: 495 Bytes
Versions: 19
Compression:
Stored size: 495 Bytes
Contents
<div id="session"> <%- if user_signed_in? -%> <%= t("authentication.signed_in_as") %> <strong><%= current_user.email || "Guest" %></strong>. <%= t("authentication.not_you") %> <%= link_to t("authentication.sign_out"), destroy_user_session_path, :method => :delete %> <%- else -%> <%#= link_to t("authentication.sign_up"), new_user_registration_path %> - <%= link_to t("authentication.sign_in"), new_user_session_path %> <%- end -%> </div> <div class="clear"></div>
Version data entries
19 entries across 19 versions & 1 rubygems