Sha256: fcc5ac35250ba83b3870cc1706b5e747dfb3165fcbcea60a2ec792e3bb8c7b2f
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
<%= render 'header' %> <section class="body-main"> <%= active_facet_list(:tg) %> <table class="table-results assets js-checkboxable"> <thead> <th class='checkbox-cell'> <%= checkboxable_all_tag :assets %> </th> <th colspan='3'> <%= 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 policy(Ckeditor::Asset).destroy? %> </th> <th colspan='3'> <%= pagination_tag(@search) %> </th> </thead> <tbody> <% if @assets and @assets.any? %> <%= render @assets %> <% else %> <tr class='no-assets'> <td colspan="6"> There are currently no assets. </td> </tr> <% end %> </tbody> </table> </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/views/georgia/media/search.html.erb |