Sha256: d4b2b84563d2ad755bf2450e3ae9a6109336a228b00265207ab961072d880ef0
Contents?: true
Size: 691 Bytes
Versions: 2
Compression:
Stored size: 691 Bytes
Contents
<% if current_user %> <%= link_to "Log Out", destroy_user_session_path %> [<%= link_to current_user, edit_user_registration_path %>] <% if current_user.last_search_url %> | <%= link_to('View your last search', catalog_index_path(current_user.last_search_url)) %><% end %> | <%= link_to 'Your Bookmarks', bookmarks_path %> | <%= link_to "Saved Searches", saved_searches_path %> <% else %> <%= 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
blacklight-3.0pre2 | app/views/_user_util_links.html.erb |
blacklight-3.0pre1 | app/views/_user_util_links.html.erb |