Sha256: c8b67d07cb946cffa5f107630f205a6fbe91baef1f1206bc13b09b0950412e8a

Contents?: true

Size: 632 Bytes

Versions: 3

Compression:

Stored size: 632 Bytes

Contents

<!--
  @Name: admin/blog/categories/index.html.erb
  @Use:  This is a page for displaying categories records
  @Created date: 13-06-2012
  @Modified Date: 13-07-2012
  @Company:  Mindfire Solutions
-->

<div id='records' class="news">
    <% 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 %>
</div>
<%=render :partial=>'/admin/blog/submenu' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mcms_blog-1.0.0 app/views/admin/blog/categories/index.html.erb
mcms_blog-0.0.4 app/views/admin/blog/categories/index.html.erb
mcms_blog-0.0.3 app/views/admin/blog/categories/index.html.erb