%= link_to new_document_path, class: "btn btn-success pull-right", data: {turbolinks: false} do %> New Document <% end %>
# | <%= 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 %> |