Sha256: e140436a459fe7495b1d7a34e16a1749c9b749209ec5246f95f2479cbebb014d

Contents?: true

Size: 694 Bytes

Versions: 96

Compression:

Stored size: 694 Bytes

Contents

<ul class="navbar-nav">
  <%= render_nav_actions do |config, action|%>
    <li class="nav-item"><%= action %></li>
  <% end %>

  <% if has_user_authentication_provider? %>
    <% if current_user %>
    <li class="nav-item">
      <%= link_to t('blacklight.header_links.logout'), destroy_user_session_path, class: 'nav-link' %>
    </li>
    <% unless current_user.to_s.blank? -%>
    <li class="nav-item">
      <%= link_to current_user, edit_user_registration_path, class: 'nav-link' %>
    </li>
    <% end %>
    <% else %>
    <li class="nav-item">
      <%= link_to t('blacklight.header_links.login'), new_user_session_path, class: 'nav-link' %>
    </li>
    <% end %>
  <% end %>
</ul>

Version data entries

96 entries across 95 versions & 2 rubygems

Version Path
blacklight-8.6.1 app/views/shared/_user_util_links.html.erb
blacklight-7.40.0 app/views/shared/_user_util_links.html.erb
blacklight-8.6.0 app/views/shared/_user_util_links.html.erb
blacklight-8.5.1 app/views/shared/_user_util_links.html.erb
blacklight-8.5.0 app/views/shared/_user_util_links.html.erb
blacklight-7.39.0 app/views/shared/_user_util_links.html.erb
blacklight-8.4.0 app/views/shared/_user_util_links.html.erb
blacklight-7.38.0 app/views/shared/_user_util_links.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/app/views/shared/_user_util_links.html.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/app/views/shared/_user_util_links.html.erb
blacklight-8.3.0 app/views/shared/_user_util_links.html.erb
blacklight-8.2.2 app/views/shared/_user_util_links.html.erb
blacklight-8.2.1 app/views/shared/_user_util_links.html.erb
blacklight-8.2.0 app/views/shared/_user_util_links.html.erb
blacklight-7.37.0 app/views/shared/_user_util_links.html.erb
blacklight-7.36.2 app/views/shared/_user_util_links.html.erb
blacklight-7.36.1 app/views/shared/_user_util_links.html.erb
blacklight-7.36.0 app/views/shared/_user_util_links.html.erb
blacklight-7.35.0 app/views/shared/_user_util_links.html.erb
blacklight-8.1.0 app/views/shared/_user_util_links.html.erb