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

Version Path
blacklight-3.1.2 app/views/_user_util_links.html.erb
blacklight-3.1.1 app/views/_user_util_links.html.erb
blacklight-3.1.0 app/views/_user_util_links.html.erb
blacklight-3.0.0 app/views/_user_util_links.html.erb
blacklight-3.0.0pre8 app/views/_user_util_links.html.erb
blacklight-3.0.0pre7 app/views/_user_util_links.html.erb
blacklight-3.0.0pre6 app/views/_user_util_links.html.erb
blacklight-3.0.0pre4 app/views/_user_util_links.html.erb
blacklight-3.0.0pre3 app/views/_user_util_links.html.erb