Sha256: e965bf07c26671bde0ea834fce73da5baa7e857e61d511be06553071596ef131

Contents?: true

Size: 210 Bytes

Versions: 10

Compression:

Stored size: 210 Bytes

Contents

%h1= @cms_post.title

%p
  - label = Comfy::Blog::Post.human_attribute_name(:published_on)
  - time  = @cms_post.published_at.to_formatted_s(:short)
  = "#{label}: #{time}"

= @cms_post.content_cache.html_safe

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
PixelForce_FyBlog-0.0.2 app/views/comfy/blog/posts/show.html.haml
PixelForce_FyBlog-0.0.1 app/views/comfy/blog/posts/show.html.haml
PixelForce_ComfyBlog-0.0.1 app/views/comfy/blog/posts/show.html.haml
EtsComfyBlog-0.0.4 app/views/comfy/blog/posts/show.html.haml
EtsComfyBlog-0.0.3 app/views/comfy/blog/posts/show.html.haml
EtsComfyBlog-0.0.2 app/views/comfy/blog/posts/show.html.haml
EtsComfyBlog-0.0.1 app/views/comfy/blog/posts/show.html.haml
ets_comfy_blog-0.0.1 app/views/comfy/blog/posts/show.html.haml
kcy_comfy_blog-2.0.7 app/views/comfy/blog/posts/show.html.haml
comfy_blog-2.0.7 app/views/comfy/blog/posts/show.html.haml