<%= link_to_back search_media_index_path if action_name == 'edit' %> <%= form_for :search, url: search_media_index_path, method: :get, html: {role: 'search'} do |f| %> <%= facets_inputs([:tg]) %> <%= hidden_field_tag :e, params[:e] if params[:e] %>
<%= text_field_tag :query, params[:query], class: 'form-control input-search', placeholder: 'Search' %>
<% end -%>
<%= icon_tag 'plus' %> Add files...
<%= content_for :footer do %> <%= render 'georgia/shared/modals/progress' %> <% end -%>