Sha256: 878362d13cd78222250c0f47e9a58d39695f56961f0f3547107cd5031f1769aa

Contents?: true

Size: 132 Bytes

Versions: 3

Compression:

Stored size: 132 Bytes

Contents

%h1.posts
  = t :current_posts
%div.posts
  - for post in posts
    = render partial: 'posts/post_quote', locals: { post: post }
  

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
your_platform-1.0.1 app/views/posts/_posts.html.haml
your_platform-1.0.0 app/views/posts/_posts.html.haml
your_platform-0.0.2 app/views/posts/_posts.html.haml