Sha256: 6f357890f00101efd14734f9dadf3d44083312d0ae3163f373cf3a54ed92ea8b

Contents?: true

Size: 763 Bytes

Versions: 11

Compression:

Stored size: 763 Bytes

Contents

<%= render :partial => '/admin/blog/submenu' %>
<div id='records'>
  <% if searching? %>
    <h2><%= t('shared.admin.search.results_for', :query => params[:search]) %></h2>
    <% if @blog_categories.any? %>
      <%= render :partial => "blog_categories",
                 :collection => @blog_categories %>
    <% else %>
      <p><%= t('admin.search_no_results') %></p>
    <% end %>
  <% else %>
    <% if @blog_categories.any? %>
      <%= will_paginate @blog_categories %>

      <%= render :partial => "sortable_list" %>

      <%= will_paginate @blog_categories %>
    <% else %>
      <p>
        <strong>
          <%= t('.no_items_yet', :create => t('admin.blog.submenu.categories.new')) %>
        </strong>
      </p>
    <% end %>
  <% end %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-blog-1.6.2 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.6.1 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.6.0 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.5.2 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.5.1 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.5.0 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.4.0 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.3.2 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.3.1 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.3 app/views/admin/blog/categories/index.html.erb
refinerycms-blog-1.2 app/views/admin/blog/categories/index.html.erb