Sha256: 9d0f1dac9b40ce853e56125341cf9ce2f203bebece9ff81a7db76450c7c984ee
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
.row .col-12 %h4= resource.name .row .col-12 .table-responsive = collection_table(collection: resource.file_details, resource_class: Cmor::Files::FileDetail, header: false) do |table| = table.column :label = table.column :actions, html: "text-right" do |resource| - capture_haml do .text-right = link_to(main_app.url_for(resource.asset), class: 'btn btn-primary') do = files_helper(self).asset_download_button_label(resource.asset)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cmor_files-0.0.60.pre | app/views/cmor/files/application_view_helper/_render_folder.html.haml |
cmor_files-0.0.59.pre | app/views/cmor/files/application_view_helper/_render_folder.html.haml |