Sha256: 856feb1c39afcc8aaf1ddfeff9ba976f06e445ab880cb711bcfdf18493389714
Contents?: true
Size: 608 Bytes
Versions: 11
Compression:
Stored size: 608 Bytes
Contents
<% if has_user_authentication_provider? %> <% 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 %> | <% 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
11 entries across 11 versions & 1 rubygems