Sha256: fb01596281b989d53947e46a95d52d4d22ea55c9e5ababc1246ff2362db9b805

Contents?: true

Size: 601 Bytes

Versions: 5

Compression:

Stored size: 601 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 %>]
<% else %>
  <%= link_to t('blacklight.header_links.login'), new_user_session_path %>
<% end %>
    | 
<% end %>
    <%= link_to t('blacklight.header_links.bookmarks'), bookmarks_path %>
 <% if current_user %>
    |
    <%= link_to t('blacklight.header_links.saved_searches'), saved_searches_path %>
<% end %>
    |
<%= link_to t('blacklight.header_links.search_history'), search_history_path %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-3.8.1 app/views/_user_util_links.html.erb
blacklight-3.8.0 app/views/_user_util_links.html.erb
blacklight-3.7.2 app/views/_user_util_links.html.erb
blacklight-3.7.1 app/views/_user_util_links.html.erb
blacklight-3.7.0 app/views/_user_util_links.html.erb