recent_documents.html.erb 164 Bytes
<% if block.owner.is_a?(Profile) %>
  <%= link_to _('All content'), :profile => block.owner.identifier, :controller => 'profile', :action => 'sitemap' %>
<% end %>