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.6 app/views/blogs/show.html.haml
wheels-0.1.5 app/views/blogs/show.html.haml
wheels-0.1.4 app/views/blogs/show.html.haml
wheels-0.1.3 app/views/blogs/show.html.haml
wheels-0.1.2 app/views/blogs/show.html.haml
wheels-0.1.1 app/views/blogs/show.html.haml
wheels-0.1.0 app/views/blogs/show.html.haml
wheels-0.0.49 app/views/blogs/show.html.haml
wheels-0.0.48 app/views/blogs/show.html.haml
wheels-0.0.47 app/views/blogs/show.html.haml
wheels-0.0.46 app/views/blogs/show.html.haml
wheels-0.0.45 app/views/blogs/show.html.haml
wheels-0.0.44 app/views/blogs/show.html.haml
wheels-0.0.43 app/views/blogs/show.html.haml
wheels-0.0.42 app/views/blogs/show.html.haml
wheels-0.0.41 app/views/blogs/show.html.haml
wheels-0.0.40 app/views/blogs/show.html.haml