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

Version Path
dorsale-4.0.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.20.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.19.1 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.19.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.18.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.17.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.16.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.15.0 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.11 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.10 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.9 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.8 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.7 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.6 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.5 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.4 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.3 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.2 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.1 app/views/dorsale/alexandrie/attachments/_new.html.slim
dorsale-3.14.0 app/views/dorsale/alexandrie/attachments/_new.html.slim