Sha256: fd9c76458bc7a006cf4eab660046dafc0e6fadb88e17deadf854ddf61cfecb16
Contents?: true
Size: 592 Bytes
Versions: 33
Compression:
Stored size: 592 Bytes
Contents
<%- set_title 'Blog Categories' -%> <table class="standard"> <tr> <th><%= sort_link('blog_categories', 'name', params) -%></th> <th><%= sort_link('blog_categories', 'description', params) -%></th> <th> </th> </tr> <%- if @blog_categories.empty? -%> <tr><td colspan="4">No blog categories have been created yet.</td></tr> <%- else -%> <%= render :partial => 'blog_category', :collection => @blog_categories -%> <%- end -%> </table> <div class="link_block attached table"> <%= link_to 'New Blog Category', new_admin_blog_category_path, :class => 'link_button' -%> </div>
Version data entries
33 entries across 33 versions & 1 rubygems