Sha256: a6734ddde99d2d3a5ee391c59c85899bab36f67041c93684a2fabc44eed118ce

Contents?: true

Size: 1.03 KB

Versions: 6

Compression:

Stored size: 1.03 KB

Contents

<% if current_user %>

    <%= render :partial=>"/add_assets_links" %>
  
    <% if Deprecation.silence(Hydra::SuperuserAttributes) { current_user.can_be_superuser? } %>
      <% if Deprecation.silence(Hydra::SuperuserAttributes) { current_user.is_being_superuser?(session) } %>
        <%= link_to "Stop being superuser", superuser_path %>
      <% else %>
        <%= link_to "Become superuser", superuser_path %>
      <% end %>
    <% end %>
    <%= link_to "Log Out", destroy_user_session_path %>
    [
    <%= link_to current_user.to_s, edit_user_registration_path %>
    ]
    | 
    <%= link_to 'Your Bookmarks', bookmarks_path %>
    |
    <%= link_to "Saved Searches", saved_searches_path %>
<% else %>

    <%= render :partial=>"/add_assets_links" %>
    
    <%= link_to 'Login', new_user_session_path %>

<% end %>

| 
<%= link_to "Selected Items", folder_index_path %> (<span id="folder_number"><%= "#{session[:folder_document_ids] ? session[:folder_document_ids].length : 0}" %></span>)
|
<%= link_to "Search History", search_history_path %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hydra-head-4.1.3 app/views/_user_util_links.html.erb
hydra-head-4.1.2 app/views/_user_util_links.html.erb
hydra-head-4.1.1 app/views/_user_util_links.html.erb
hydra-head-4.1.0 app/views/_user_util_links.html.erb
hydra-head-4.0.3 app/views/_user_util_links.html.erb
hydra-head-4.0.2 app/views/_user_util_links.html.erb