Sha256: 74167e50a6ccc4640198a399ce19253b68f68c459e324688680448ade33fe819

Contents?: true

Size: 379 Bytes

Versions: 7

Compression:

Stored size: 379 Bytes

Contents

%h2= @page_title

- @posts.find_each do |post|
  .row
    .col-sm-12
      %h2.post-title
        %a{:href => effective_post_path(post)}
          = simple_effective_region post, :title do
            = post.title
  .row
    .col-sm-6
      %pre= effective_region(post, :content, :editable => false)

    .col-sm-6
      %pre= post_excerpt(post)

  .row
    .col-sm-12
      %hr

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
effective_posts-0.4.6 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.5 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.4 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.3 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.2 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.1 app/views/admin/posts/excerpts.html.haml
effective_posts-0.4.0 app/views/admin/posts/excerpts.html.haml