summaryrefslogtreecommitdiffstats
path: root/app/views/my/blocks/_documents.html.erb
blob: f60cb5dbb2fefa36ffe5a2c45489ff157f058beb (plain)
1
2
3
4
5
<h3><%=l(:label_document_plural)%></h3>

<div id="document-list">
  <%= render :partial => 'documents/document', :collection => documents %>
</div>