Sha256: e140436a459fe7495b1d7a34e16a1749c9b749209ec5246f95f2479cbebb014d

Contents?: true

Size: 694 Bytes

Versions: 101

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

101 entries across 100 versions & 2 rubygems

Version Path
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
blacklight-7.34.0 app/views/shared/_user_util_links.html.erb
blacklight-8.0.1 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta8 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta7 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta6 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta5 app/views/shared/_user_util_links.html.erb
blacklight-7.33.1 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta4 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta3 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta2 app/views/shared/_user_util_links.html.erb
blacklight-8.0.0.beta1 app/views/shared/_user_util_links.html.erb
blacklight-7.33.0 app/views/shared/_user_util_links.html.erb
blacklight-7.32.0 app/views/shared/_user_util_links.html.erb
blacklight-7.31.0 app/views/shared/_user_util_links.html.erb