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