Sha256: ad567915ea20008cf729856fec880fca1e2b7fa29bfef5f480949a636b4af3ed
Contents?: true
Size: 503 Bytes
Versions: 3
Compression:
Stored size: 503 Bytes
Contents
<div class="spud_blog_category_manager"> <%= link_to "New Post Category", new_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tb_blog-1.1.2 | app/views/admin/post_categories/index.html.erb |
tb_blog-1.1.1 | app/views/admin/post_categories/index.html.erb |
tb_blog-1.1.0 | app/views/admin/post_categories/index.html.erb |