Sha256: b4aafa2441662117fdfbcbaad0031f95a2dd6df8e5d4a496b3cc2b6dc2728dfe

Contents?: true

Size: 149 Bytes

Versions: 3

Compression:

Stored size: 149 Bytes

Contents

- title "Blogs"
  
-if can? :new, Blog
  = link_to "New Blog", new_blog_path
- for blog in @blogs
  =render :partial=>'entry',:locals=>{:blog=>blog}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
squeezer-0.2.1 app/views/blogs/index.html.haml
squeezer-0.2.0 app/views/blogs/index.html.haml
squeezer-0.1.11 app/views/blogs/index.html.haml