Sha256: 65fb11c4cdc3abcd73bc8c161f8db2547311c6bc2765889765475010f472f9fe

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 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 %>
<% if current_or_guest_user %>
    <%= link_to t('blacklight.header_links.bookmarks'), bookmarks_path %>
<% end %>
 <% 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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-3.8.2 app/views/_user_util_links.html.erb