Sha256: 629496575653e0d46aa3e803a89823494c665ef677666fe9e7fd68d98c1bffc2

Contents?: true

Size: 234 Bytes

Versions: 8

Compression:

Stored size: 234 Bytes

Contents

- provide :title, 'Blogs'

.index-header
  %h1= pluralize(@blogs.count, 'Blog')
  = link_to '+ Create Blog', new_blog_path, class: 'btn btn--small'
  %p
    These are the blogs on your site

= index_table @blogs, C::Blog::INDEX_TABLE

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/blogs/index.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/blogs/index.html.haml