Initial commit
This commit is contained in:
8
app/views/directories/_file_form.html.erb
Normal file
8
app/views/directories/_file_form.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<%= 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 %>
|
||||
Reference in New Issue
Block a user