<%= render 'header' %>
<%= active_facet_list(:tg) %> <% if @assets and @assets.any? %> <%= render @assets %> <% else %> <% end %>
<%= checkboxable_all_tag :assets %> <%= form_for :download, url: download_media_index_path, method: :post, html: {style: 'display:inline;'} do |f| %> <%= hidden_field_tag "ids", nil, class: 'downloadable-ids' %> <%= content_tag :button, "#{icon_tag('download')} Download".html_safe, type: "submit", class: "btn btn-default btn-xs js-download disabled" %> <% end -%> <%= link_to "#{icon_tag('trash-o')} Delete".html_safe, '#', method: :delete, data: {confirm: "Are you sure?"}, remote: true, class: 'btn btn-xs btn-default js-delete disabled' if can? :destroy, Ckeditor::Asset %> <%= pagination_tag(@search) %>
There are currently no assets.