<% if display_thumbs %> <%= link_to_profile recent_document.depositor("no depositor value") %> <%= render :partial => 'dashboard/_index_partials/thumbnail_display', :locals => {:document=>recent_document, :height=>60, :width=>45} %> <% end %>

<%= link_to truncate(recent_document.title_or_label, :length => 28, :separator => ' '), sufia.generic_file_path(recent_document.noid), :title => recent_document.title_or_label %> <% if display_access %> <% if recent_document.registered? %> <%=t('sufia.institution_name') %> <% elsif recent_document.public? %> Open Access <% else %> Private <% end %> <% end %>

<%= link_to truncate(recent_document.label, :length=>25), sufia.generic_file_path(recent_document.noid), :title => recent_document.label %>
<%= link_to_facet_list(recent_document.tags, 'desc_metadata__tag', 'no keywords specified').html_safe %>