<%= card_header text: t(".heading"), subtext: @releasable.name, close_action_path: [@project, @releasable.model_name.plural] %>
<% if @releasable.files.any? %>
<%= fa_icon "info-circle" %> To Add Photos & Videos to the release: Drag & Drop Files or Click or Tap here to browse media.
<% end %>
<%= fa_icon "warning" %> For optimal accuracy, please ensure video file names and photo file names match the source file name in the editing sequence.
<%= bootstrap_form_with model: @releasable, url: [@releasable, :files] do |form| %> <%= render "shared/releasable_files_dropzone", form: form, releasable: @releasable %>
<%= link_to t("shared.cancel"), [@project, @releasable.model_name.plural], class: "col-3 text-reset" %>
<%= form.button id: "submit_release", class: "btn btn-block btn-primary", data: { disable_with: t("shared.disable_with") } %>
<% end %>