# | <%= sortable "filename", "File Name"%> | <%= sortable "content_type", "Extension"%> | <%= sortable "created_at", "Date"%> | Download | Delete |
---|---|---|---|---|---|
<%= idx + 1 %> | <%= link_to document.filename, document, method: :get %> | <%= document.content_type %> | <%= document.created_at.strftime('%Y/%m/%d %H:%M') %> | <%= link_to document, method: :get, class: 'btn btn-primary' do %><% end %> | <%= link_to document, method: :delete, class: 'btn btn-danger', data: { confirm: 'Are you sure?' } do %> <% end %> |