Sha256: 96d92c7e50474c6a3122d11d3c6992d9b40bc0ce6b07110e9c17fdf092d503a9
Contents?: true
Size: 319 Bytes
Versions: 4
Compression:
Stored size: 319 Bytes
Contents
%h1 Blog Post %h1= @post.title .author = @post.author .date = @post.published_at.to_s(:db) .content = @post.content.html_safe .comments - @post.comments.published.each do |comment| .comment .author= comment.author .content= comment.content = render :partial => 'comfy/blog/comments/form'
Version data entries
4 entries across 4 versions & 1 rubygems