9 lines
406 B
Plaintext
9 lines
406 B
Plaintext
<%= bootstrap_form_with model: model do |form| %>
|
|
<%= field_set_tag content_tag(:span, t(".heading"), class: "h6 text-muted text-uppercase") do %>
|
|
<%= render "shared/files_dropzone_fields", form: form, directory: directory %>
|
|
<% end %>
|
|
<div class="pt-3">
|
|
<%= form.submit t(".submit"), class: "btn btn-block btn-success", data: { disable_with: t("shared.disable_with") } %>
|
|
</div>
|
|
<% end %>
|