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

Version Path
blog_logic-1.4.15 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.14 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.13 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.12 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.11 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.10 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.9 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.8 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.7 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.6 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.5 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.4 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.3 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.2 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.1 app/views/admin/blog_categories/index.html.erb
blog_logic-1.4.0 app/views/admin/blog_categories/index.html.erb
blog_logic-1.3.1 app/views/admin/blog_categories/index.html.erb
blog_logic-1.3.0 app/views/admin/blog_categories/index.html.erb
blog_logic-1.2.4 app/views/admin/blog_categories/index.html.erb
blog_logic-1.2.3 app/views/admin/blog_categories/index.html.erb