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-7.18.1 app/views/shared/_user_util_links.html.erb
blacklight-7.18.0 app/views/shared/_user_util_links.html.erb
blacklight-7.17.2 app/views/shared/_user_util_links.html.erb
blacklight-7.17.1 app/views/shared/_user_util_links.html.erb
blacklight-7.17.0 app/views/shared/_user_util_links.html.erb
blacklight-7.16.0 app/views/shared/_user_util_links.html.erb
blacklight-7.15.2 app/views/shared/_user_util_links.html.erb
blacklight-7.15.1 app/views/shared/_user_util_links.html.erb
blacklight-7.15.0 app/views/shared/_user_util_links.html.erb
blacklight-7.14.1 app/views/shared/_user_util_links.html.erb
blacklight-7.14.0 app/views/shared/_user_util_links.html.erb
blacklight-7.13.2 app/views/shared/_user_util_links.html.erb
blacklight-7.13.1 app/views/shared/_user_util_links.html.erb
blacklight-7.13.0 app/views/shared/_user_util_links.html.erb
blacklight-7.12.1 app/views/shared/_user_util_links.html.erb
blacklight-7.12.0 app/views/shared/_user_util_links.html.erb
blacklight-7.11.1 app/views/shared/_user_util_links.html.erb
blacklight-7.10.0 app/views/shared/_user_util_links.html.erb
blacklight-7.9.0 app/views/shared/_user_util_links.html.erb
blacklight-7.8.1 app/views/shared/_user_util_links.html.erb