Sha256: 174a943e260885474bc0d148984f7ab25d5c5f5a939a9fe7f876083fcec90082

Contents?: true

Size: 446 Bytes

Versions: 33

Compression:

Stored size: 446 Bytes

Contents

ul.list-group.attachments
  - ::Dorsale::Alexandrie::Attachment.where(attachable: attachable).each do |a|
    li.list-group-item.attachment
      = link_to a, a.file.url, download: a.download_filename

      .pull-right
        - if can?(:update, a)
          = update_button dorsale.edit_alexandrie_attachment_path(a), action: :rename

        = " "

        - if can?(:delete, a)
          = delete_button dorsale.alexandrie_attachment_path(a)

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
dorsale-2.6.8 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.7 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.6 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.5 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.4 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.3 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.2 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.1 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.6.0 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.5.0 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.4.3 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.4.2 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.4.1 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.4.0 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.5 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.4 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.3 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.2 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.1 app/views/dorsale/alexandrie/attachments/_list.html.slim
dorsale-2.3.0 app/views/dorsale/alexandrie/attachments/_list.html.slim