Sha256: a8056f919fd65fbd04bc0528ac87dd7d247e46a081a9159a1772666af58ab7b2

Contents?: true

Size: 513 Bytes

Versions: 13

Compression:

Stored size: 513 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 "Search History", search_history_path %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hydra-file-access-5.4.1 app/views/_user_util_links.html.erb
hydra-file-access-5.4.0.pre1 app/views/_user_util_links.html.erb
hydra-file-access-5.3.0 app/views/_user_util_links.html.erb
hydra-file-access-5.1.0 app/views/_user_util_links.html.erb
hydra-file-access-5.0.1 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.rc1 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre15 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre14 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre13 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre12 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre11 app/views/_user_util_links.html.erb
hydra-file-access-5.0.0.pre10 app/views/_user_util_links.html.erb