Sha256: c609e18432467da53a55c812d690f218107038c757c65272436bc45d1aa9743e
Contents?: true
Size: 739 Bytes
Versions: 3
Compression:
Stored size: 739 Bytes
Contents
=santey_title .column.span-17.first.append-1 .posts_show =render :partial=>"votes/vote", :locals=>{:voteable=>@post} %h1 =@post.title !=posted_at_helper(@post) !=Sanitize.clean(@post.content, SanteyBlog::ViewHelper::SANITIZER_CONFIG) .bottom_info Tags: - @post.tags.each do |tag| =link_to tag.name, tag_path_helper(tag.name.gsub(/\./, "~dot~")) %br/ Meta: =link_to "permalink", path_to_content(@post) %a{:href=>"#disqus_thread"} comments =render :partial => "/includes/disqus_comments" .column.span-6.last =render :partial => "/includes/recent" =render :partial => "/includes/tags" =render :partial => "/includes/top"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
santey_blog-0.2.1 | app/views/sb/posts/show.html.haml |
santey_blog-0.2.0 | app/views/sb/posts/show.html.haml |
santey_blog-0.1.2 | app/views/posts/show.html.haml |