Sha256: c7acc119b87ef6ac3d2c823d0a1c88045b36b3495891ce48a6fc5852cdc92774
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
%h1 Blog Posts - @posts.each do |post| %h1= link_to post.title, comfy_blog_post_path(@cms_site.path, @blog.path, post.slug) .author = post.author .date = post.published_at.to_s(:db) .content = post.content.html_safe = comfy_paginate @posts
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-1.12.3 | app/views/comfy/blog/posts/index.html.haml |
comfy_blog-1.12.2 | app/views/comfy/blog/posts/index.html.haml |