Sha256: a8056f919fd65fbd04bc0528ac87dd7d247e46a081a9159a1772666af58ab7b2
Contents?: true
Size: 513 Bytes
Versions: 13
Compression:
Stored size: 513 Bytes
Contents
<% if current_user %> <%= render :partial=>"/add_assets_links" %> <%= link_to "Log Out", destroy_user_session_path %> [ <%= link_to current_user.to_s, edit_user_registration_path %> ] | <%= link_to 'Your Bookmarks', bookmarks_path %> | <%= link_to "Saved Searches", saved_searches_path %> <% else %> <%= render :partial=>"/add_assets_links" %> <%= link_to 'Login', new_user_session_path %> <% end %> | <%= link_to "Search History", search_history_path %>
Version data entries
13 entries across 13 versions & 1 rubygems