Sha256: 38b1e21211385b8bd8f846425cd3e8314f2661bd674e572da44e78d0c7bc9f06

Contents?: true

Size: 1.14 KB

Versions: 36

Compression:

Stored size: 1.14 KB

Contents

<%= link_to span_tag(t('.new_link')), new_cms_admin_site_file_path(@site), :class => 'big button' %>
<h1><%= t('.title')%></h1>

<%= render :partial => 'cms_admin/categories/index', :object => 'Cms::File' %>

<ul class='list sortable'>
  <% @files.each do |file| %>
    <li id='<%= dom_id(file) %>'>
      <div class='item'>
        <div class='icon'>
          <% if !params[:category].present? %>
            <div class='dragger'><span><%= t('cms.views.pages.drag') %></span></div>
          <% end %>
        </div>
        <div class='action_links'>
          <%= link_to t('.edit'), edit_cms_admin_site_file_path(@site, file) %>
          <%= link_to t('.delete'), cms_admin_site_file_path(@site, file), :method => :delete, :confirm => t('.are_you_sure') %>
        </div>
        <div class='label'>
          <%= link_to file.label, edit_cms_admin_site_file_path(@site, file) %>
          <%= render :partial => '/cms_admin/categories/categories', :object => file %>
          <div class='sublabel'>
            <%= link_to file.file_file_name, file.file.url, :target => '_blank' %>
          </div>
        </div>
      </div>
    </li>
  <% end %>
</ul>

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
comfortable_mexican_sofa-1.6.23 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.22 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.21 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.20 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.19 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.18 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.17 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.16 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.15 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.14 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.13 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.12 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.11 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.10 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.9 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.8 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.7 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.6 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.5 app/views/cms_admin/files/index.html.erb
comfortable_mexican_sofa-1.6.4 app/views/cms_admin/files/index.html.erb