Sha256: 899b73e63a2a37a6632fbdb981c0ea0a2c6ebd09fe5e80ac09cfc2a6a60d5e1e

Contents?: true

Size: 522 Bytes

Versions: 4

Compression:

Stored size: 522 Bytes

Contents

- if RailsExecution.configuration.file_upload && task_attachment_files.any?
  = re_card_content do
    %h5.section-title.mb-3 Attachment files
    %ul.list-unstyled.mt-3
      - task_attachment_files.each do |name, url|
        %li.row.normal-text
          .col
            %i.bi.fs-3.text-muted{ class: "bi-file-text bi-filetype-#{url.split('.').last}" }
            = name
          .col-3.text-end
            %p.mb-0= link_to 'Download', url, class: 'text-muted'
            %small Filename: #{re_get_file_name(url)}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rails_execution-0.1.5 app/views/rails_execution/tasks/_attachment_files.html.haml
rails_execution-0.1.4 app/views/rails_execution/tasks/_attachment_files.html.haml
rails_execution-0.1.2 app/views/rails_execution/tasks/_attachment_files.html.haml
rails_execution-0.1.1 app/views/rails_execution/tasks/_attachment_files.html.haml