Sha256: 4abb85fedda808bca8bd55b076045184aec426dcf93a708dfe1ba846d3228732

Contents?: true

Size: 553 Bytes

Versions: 37

Compression:

Stored size: 553 Bytes

Contents

.entry
  .entry-title= link_to resource.title, resource_url(resource)

  .date Posted on #{resource.created_at}
  .blog_body!= resource.body
  .tags!= tag_list resource

  .comments
    %a{:href => "#"} 3 comments



= will_paginate collection

- content_for(:tags) do
  - for tag in tags
    %li= link_to tag.name, user_blogs_path(parent, :tag=>tag.name)


= link_to 'Back', collection_url
= link_to '| Edit', edit_resource_url if can? :edit, resource
- if current_user.try(:id) == parent.id
  = link_to '| New Blog Post', new_user_blog_path(parent)

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
wheels-0.1.28 app/views/blogs/show.html.haml
wheels-0.1.27 app/views/blogs/show.html.haml
wheels-0.1.25 app/views/blogs/show.html.haml
wheels-0.1.24 app/views/blogs/show.html.haml
wheels-0.1.23 app/views/blogs/show.html.haml
wheels-0.1.22 app/views/blogs/show.html.haml
wheels-0.1.21 app/views/blogs/show.html.haml
wheels-0.1.20 app/views/blogs/show.html.haml
wheels-0.1.19 app/views/blogs/show.html.haml
wheels-0.1.18 app/views/blogs/show.html.haml
wheels-0.1.17 app/views/blogs/show.html.haml
wheels-0.1.16 app/views/blogs/show.html.haml
wheels-0.1.15 app/views/blogs/show.html.haml
wheels-0.1.14 app/views/blogs/show.html.haml
wheels-0.1.13 app/views/blogs/show.html.haml
wheels-0.1.12 app/views/blogs/show.html.haml
wheels-0.1.10 app/views/blogs/show.html.haml
wheels-0.1.9 app/views/blogs/show.html.haml
wheels-0.1.8 app/views/blogs/show.html.haml
wheels-0.1.7 app/views/blogs/show.html.haml