Sha256: 3f7c664386da23db6c77748edf964d7d86420732e4edceb5c52c8e3624854504

Contents?: true

Size: 508 Bytes

Versions: 10

Compression:

Stored size: 508 Bytes

Contents

<div class="spud_blog_category_manager">
	<%= link_to "New Post Category", new_spud_admin_post_category_path, :class => "btn btn-small btn-primary spud_blog_category_add_new", :title => "New Post Category" %>
	<ul class="spud_blog_category_manager_list">
    <% if @post_categories.length == 0 %>
      <li class="spud_blog_category_manager_empty">You do not have any Post Categories at this time.</li>
    <% end %> 
		<%= render :partial => 'category', :collection => @post_categories[nil] %>
	</ul>
</div>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
spud_blog-1.0.0.rc1.1 app/views/spud/admin/post_categories/index.html.erb
spud_blog-1.0.0.rc1 app/views/spud/admin/post_categories/index.html.erb
tb_blog-1.0.4 app/views/spud/admin/post_categories/index.html.erb
tb_blog-1.0.3 app/views/spud/admin/post_categories/index.html.erb
spud_blog-0.9.11 app/views/spud/admin/post_categories/index.html.erb
tb_blog-1.0.2 app/views/spud/admin/post_categories/index.html.erb
tb_blog-1.0.1 app/views/spud/admin/post_categories/index.html.erb
tb_blog-1.0 app/views/spud/admin/post_categories/index.html.erb
spud_blog-0.9.10 app/views/spud/admin/post_categories/index.html.erb
spud_blog-0.9.9 app/views/spud/admin/post_categories/index.html.erb