Sha256: 8f12ab00346e43a7bd2fa71d9fdb8307b214d0b7c97a093a7a1b19bf25b154bd

Contents?: true

Size: 767 Bytes

Versions: 57

Compression:

Stored size: 767 Bytes

Contents

<div class="flex">
  <% if can_download_file? %>
    <%= a_link helpers.main_app.rails_blob_path(@file, only_path: true, disposition: :attachment),
      icon: "heroicons/outline/download",
      color: :primary,
      download: true,
      class: 'text-center',
      title: t('avo.download_file'),
      data: { tippy: :tooltip },
      compact: true,
      size: :xs %>
  <% end %>
</div>
<div>
  <% if can_delete_file? %>
    <%= a_link destroy_path,
      icon: "avo/trash",
      color: :red,
      compact: true,
      size: :xs,
      class: 'text-center',
      title: t('avo.delete_file', item: @file.filename),
      data: {
        turbo_method: :delete,
        turbo_confirm: t('avo.are_you_sure'),
        tippy: :tooltip
      } %>
  <% end %>
</div>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
avo-3.18.1.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.18.1 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.18.0.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.18.0 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.9.beta2 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.9.beta1 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.9.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.9 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.8 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.7 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.6 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.5 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.3 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/common/files/controls_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/common/files/controls_component.html.erb