Sha256: 2d8f7c8bfa0a42ea266b1212e05bc605e87330a6e86a31d8d440091610950731

Contents?: true

Size: 271 Bytes

Versions: 2

Compression:

Stored size: 271 Bytes

Contents

.effective-post
  %h2.post-title
    %a{href: effective_post_path(@post)}
      = simple_effective_region @post, :title do
        = @post.title

  %p.post-meta= post_meta(@post)

  .post-body.post-content
    = effective_region @post, :body do
      %p Default content

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
effective_posts-0.5.0 app/views/effective/posts/show.html.haml
effective_posts-0.4.7 app/views/effective/posts/show.html.haml