Sha256: bd0b5d96516ab610802d50eb93696184fe32a2f66f9db9f2cc8ea8cebd8ecff5

Contents?: true

Size: 689 Bytes

Versions: 82

Compression:

Stored size: 689 Bytes

Contents

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

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

Version data entries

82 entries across 82 versions & 1 rubygems

Version Path
blacklight-6.25.0 app/views/_user_util_links.html.erb
blacklight-6.24.0 app/views/_user_util_links.html.erb
blacklight-6.23.0 app/views/_user_util_links.html.erb
blacklight-6.22.0 app/views/_user_util_links.html.erb
blacklight-6.21.0 app/views/_user_util_links.html.erb
blacklight-6.20.0 app/views/_user_util_links.html.erb
blacklight-6.19.2 app/views/_user_util_links.html.erb
blacklight-6.19.1 app/views/_user_util_links.html.erb
blacklight-6.19.0 app/views/_user_util_links.html.erb
blacklight-6.18.0 app/views/_user_util_links.html.erb
blacklight-6.17.0 app/views/_user_util_links.html.erb
blacklight-6.16.0 app/views/_user_util_links.html.erb
blacklight-6.15.0 app/views/_user_util_links.html.erb
blacklight-6.14.1 app/views/_user_util_links.html.erb
blacklight-6.14.0 app/views/_user_util_links.html.erb
blacklight-6.13.0 app/views/_user_util_links.html.erb
blacklight-6.12.0 app/views/_user_util_links.html.erb
blacklight-6.11.2 app/views/_user_util_links.html.erb
blacklight-6.11.1 app/views/_user_util_links.html.erb
blacklight-6.11.0 app/views/_user_util_links.html.erb