Sha256: 680c172346b47bcd7cd47ac021877be22da15412e9a1d31e97c554b5e932dff5
Contents?: true
Size: 665 Bytes
Versions: 49
Compression:
Stored size: 665 Bytes
Contents
.choose-file = preview %span.btn.btn-secondary.fileinput-button = icon_tag "cloud_upload" %span< = action_text %input.file-upload.slotter.form-control{ id: "card_#{card.type_code}", name: "card[#{card.type_code}]", type: "file" } = hidden_field_tag "attachment_type_id", card.type_id = hidden_field card.attachment_name, class: "attachment_card_name", value: "" = hidden_field_tag 'file_card_name', card.name.url_key #progress.progress.mb-2{ style: "display: none;" } .progress-bar.progress-bar-success{ style: "width: 0%;" } .chosen-file
Version data entries
49 entries across 49 versions & 2 rubygems