Sha256: 9a94afa7f3afc85acde7bde0c17c5b0b5281060979cb6b22e1ab1d362270f141
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
<% if user_signed_in? %> <p><%= current_user.email %></p> <%= link_to 'Sign out', destroy_user_session_url, method: 'delete' %> <% else %> <%= link_to 'Sign in', new_user_session_url %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
woodlock-0.0.1 | test/dummy/app/views/home/index.html.erb |