Sha256: ab70fc4fdffbcaa2ad63d03db8fc006a4f275a06494166b071c10f2e2d7a844f

Contents?: true

Size: 409 Bytes

Versions: 13

Compression:

Stored size: 409 Bytes

Contents

<div class="spud-blog-category-manager">
	<%= link_to "New Post Category", new_admin_post_category_path, :class => "btn btn-sm btn-primary spud-blog-category-add-new", :title => "New Post Category" %>
  <table class="table table-striped table-condensed spud-blog-category-manager-table">
    <tbody>
      <%= render :partial => 'category', :collection => @post_categories %>  
    </tbody>
  </table>
</div>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tb_blog-1.4.4 app/views/admin/post_categories/index.html.erb
tb_blog-1.4.3 app/views/admin/post_categories/index.html.erb
tb_blog-1.4.2 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.5 app/views/admin/post_categories/index.html.erb
tb_blog-1.4.1 app/views/admin/post_categories/index.html.erb
tb_blog-1.4.0 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.4 app/views/admin/post_categories/index.html.erb
tb_blog-1.4.beta1 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.3 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.2 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.1 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.0 app/views/admin/post_categories/index.html.erb
tb_blog-1.3.0.beta1 app/views/admin/post_categories/index.html.erb