Sha256: ef355acce76550f69d9ba23ad49f2d7d3e4a78cff8186f45f0ab3c6ed6c331e3
Contents?: true
Size: 554 Bytes
Versions: 9
Compression:
Stored size: 554 Bytes
Contents
<% if current_user %> <%= link_to "Log Out", destroy_user_session_path %> [<%= link_to current_user, edit_user_registration_path %>] | <%= link_to 'Your Bookmarks', bookmarks_path %> | <%= link_to "Saved Searches", saved_searches_path %> <% else %> <%= link_to 'Login', new_user_session_path %> <% end %> | <%= link_to "Selected Items", folder_index_path %> (<span id="folder_number"><%= "#{session[:folder_document_ids] ? session[:folder_document_ids].length : 0}" %></span>) | <%= link_to "Search History", search_history_path %>
Version data entries
9 entries across 9 versions & 1 rubygems