Sha256: c71800dfc12a790f7f7181c085b713700ad173c27c7659aee871cdbccaea9868
Contents?: true
Size: 750 Bytes
Versions: 58
Compression:
Stored size: 750 Bytes
Contents
tr#new_attachment_tr td.attachment-file .form-control.input-sm.upload = file_field :attachment, :file, {class: "required"} label for="attachment_file" = t("actions.browse") td.attachment-attachment_type.hidden-xs.hidden-sm - if @attachment_types.to_a.any? = collection_select :attachment, :attachment_type_id, @attachment_types, :id, :to_s, {include_blank: true}, {class: "form-control input-sm"} td.attachment-actions = hidden_field :attachment, :attachable_id, value: attachable.id.to_s = hidden_field :attachment, :attachable_type, value: attachable.class.to_s button.btn.btn-success.btn-sm.btn-block type="submit" = t("actions.upload") = render "dorsale/alexandrie/attachments/progress_bar"
Version data entries
58 entries across 58 versions & 1 rubygems