Sha256: a5cb2a4fa485babc4d316de46851824bbc72ec0f3f019a0e75965b4c41afbcf8
Contents?: true
Size: 540 Bytes
Versions: 3
Compression:
Stored size: 540 Bytes
Contents
.item =render :partial=>"votes/vote", :locals=>{:voteable=>post} %h1 =link_to post.title, path_to_content(post) !=posted_at_helper(post) !=cut_text(Sanitize.clean(post.content, SanteyBlog::ViewHelper::SANITIZER_CONFIG), path_to_content(post), 500) .bottom_info %a{:href=>path_to_content(post)+"#disqus_thread"} Comments %br/ 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)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
santey_blog-0.2.1 | app/views/sb/posts/_post.html.haml |
santey_blog-0.2.0 | app/views/sb/posts/_post.html.haml |
santey_blog-0.1.2 | app/views/posts/_post.html.haml |