Sha256: a926d45ceb5ad14693cfa26a6c82f696f98d274446764bec1e9be8cea0a47327

Contents?: true

Size: 764 Bytes

Versions: 3

Compression:

Stored size: 764 Bytes

Contents

<% if has_user_authentication_provider? %>
  <% if current_user%>
  <%= link_to t('blacklight.header_links.logout'), destroy_user_session_path %> [<%= link_to current_user, edit_user_registration_path %>]
    | 
    <%= link_to t('blacklight.header_links.bookmarks'), bookmarks_path %>
    |
    <%= link_to t('blacklight.header_links.saved_searches'), saved_searches_path %>
<% else %>
  <%= link_to t('blacklight.header_links.login'), new_user_session_path %>
<% end %>
| 
<% end %>
<%= link_to t('blacklight.header_links.selected_items'), folder_index_path %> (<span id="folder_number"><%= "#{session[:folder_document_ids] ? session[:folder_document_ids].length : 0}" %></span>)
|
<%= link_to t('blacklight.header_links.search_history'), search_history_path %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-3.6.1.1 app/views/_user_util_links.html.erb
blacklight-3.6.0 app/views/_user_util_links.html.erb
blacklight-3.5.0 app/views/_user_util_links.html.erb