Sha256: 2a237ece7a1e7fd9663dd69366c3dbf7d7d6b6eb5cc5efe21c265c76d33f11d2
Contents?: true
Size: 538 Bytes
Versions: 1
Compression:
Stored size: 538 Bytes
Contents
.entry .entry-title= link_to @blog.title, resource_url(@blog) .date Posted on #{@blog.created_at} .blog_body!= @blog.body .tags!= tag_list @blog .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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
wheels-0.1.30 | app/views/blogs/show.html.haml |