| <%= t("admin.shared.title") %> | <%= t("admin.documents.index.format") %> | <%= t("admin.documents.index.size") %> | <%= t("admin.shared.actions") %> |
|---|---|---|---|
| <%= document.title %> | <%= document.attachment.content_type %> | <%= number_to_human_size(document.attachment.byte_size) %> | <%= render Admin::TableActionsComponent.new( document, actions: [:destroy], destroy_path: admin_site_customization_document_path(document) ) do |actions| %> <%= actions.action(:download, text: t("documents.buttons.download_document"), path: document.attachment, rel: "nofollow") %> <% end %> |