Sha256: 6cb585c140c7287015f3489881e192dba65f5c13c7dd3615cbdc594919302799

Contents?: true

Size: 444 Bytes

Versions: 41

Compression:

Stored size: 444 Bytes

Contents

<% block ||= page_form %>

<% if (files = block.files).present? %>
  <div class='files'>
    <% files.each do |file| %>
      <div class='file <%= dom_id(file) %>'>
        <%= link_to file.file_file_name, file.file.url, :target => '_blank' %>
        <%= link_to 'x', cms_admin_site_file_path(@site, file), :method => :delete, :remote => true, :confirm => t('.are_you_sure'), :class => 'delete' %>
      </div>
    <% end %>
  </div>
<% end %>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.6.31 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.30 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.26 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.25 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.24 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.23 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.22 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.21 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.20 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.19 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.18 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.17 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.16 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.15 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.14 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.13 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.12 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.11 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.10 app/views/cms_admin/files/_page_form.html.erb
comfortable_mexican_sofa-1.6.9 app/views/cms_admin/files/_page_form.html.erb