<%= product_wordmark :deliver_me, class: "small mb-3" %>
<%= bootstrap_form_with url: [@project, :videos], method: :get, remote: true, layout: :inline, id: "search" do |form| %> <%= form.search_field :query, hide_label: true, placeholder: t("shared.search"), class: "rounded-pill-right", value: params[:query], prepend: form.button(fa_icon("search"), id: "search-button", class: "btn btn-light border rounded-pill-left") %> <% end %> <% if policy(Video).new? %> <%= link_to fa_icon("plus", text: t(".actions.new")), [:landing, @project, :videos], class: "btn btn-primary" %> <% end %>
<% if @videos.any? %> <%= render @videos %> <% else %> <% end %>
<%= t(".table_headers.upload_date") %> <%= Video.human_attribute_name(:name) %> <%= Video.human_attribute_name(:number) %> <%= t(".table_headers.file") %> <%= t(".table_headers.reports") %>
<%= t(".empty") %>
<%= will_paginate @videos %>

<%= t(".turnaround_time_message") %>