/>
<% if @misc_releases.any? && policy(MiscRelease).tag_multiple? %>
<%= button_to_bulk_tagging(@project) %>
<% end %> <% if @misc_releases.any? && policy(MiscRelease).download_multiple? %> <%= button_to "Download", [@project, :contract_downloads, release_type: @misc_releases.name], id: "download_releases", method: :post, remote: true, class: "btn btn-light border mr-2 mb-2", data: { disable_with: "Please wait..." } %> <% end %> <%= bootstrap_form_with url: [@project, :misc_releases], method: :get, remote: true, layout: :inline, id: "search" do |form| %> <%= form.search_field :query, hide_label: true, placeholder: t(".actions.search"), class: "rounded-pill-right", value: params[:query], prepend: form.button(fa_icon("search"), class: "btn btn-light border mb-2 rounded-pill-left") %> <% end %>
<% if @misc_releases.any? %> <%= render @misc_releases %> <% else %> <% end %>
<%= check_box_tag "misc_release_ids[]", false, false %> <%= t '.table_headers.approved'%> <%= MiscRelease.human_attribute_name(:person_name) %> <%= MiscRelease.human_attribute_name(:contact_info) %> <%= t(".table_headers.notes") %> <%= t(".table_headers.tags") %> <%= t(".table_headers.signed_at") %>
<%= t(".empty") %>
<%= will_paginate @misc_releases %>