Sha256: 64133e8e3b44db6fe892f854b0cf07260d41b48d484eda8510b153d6994fc550

Contents?: true

Size: 457 Bytes

Versions: 58

Compression:

Stored size: 457 Bytes

Contents

tr#edit_attachment_tr
  td.attachment-name
    = text_field :attachment, :name, class: "form-control input-sm"

  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
    button.btn.btn-success.btn-sm.btn-block type="submit"
      = t("actions.save")

Version data entries

58 entries across 58 versions & 1 rubygems

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