Sha256: bed5679f40668793055b05c51842fd45be01d4c68c18c31287aeb1651c98d40b

Contents?: true

Size: 685 Bytes

Versions: 8

Compression:

Stored size: 685 Bytes

Contents

<% if current_user %>

    <%= render :partial=>"/add_assets_links" %>
  
    <%= 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

8 entries across 8 versions & 1 rubygems

Version Path
hydra-file-access-5.0.0.pre9 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre8 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre7 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre6 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre4 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre3 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre2 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre1 app/views/_user_util_links.html.erb