Sha256: d6cd0d40f90c8ddf3a6efdf928f9ddf0e91f295c9254dc1103b34a75969249aa
Contents?: true
Size: 407 Bytes
Versions: 28
Compression:
Stored size: 407 Bytes
Contents
<%= link_to 'Home', root_path %> | <%= link_to 'Posts', posts_path %> <% if current_user %> <%= current_user.name || current_user.email %> | <%= link_to 'Edit', edit_user_registration_path %> | <%= link_to 'Sign Out', destroy_user_session_path, data: { turbo_method: :delete } %> <% else %> | <%= link_to 'Sign Up', new_user_registration_path %> | <%= link_to 'Sign In', new_user_session_path %> <% end%>
Version data entries
28 entries across 28 versions & 1 rubygems