Sha256: 02f374ad541ccb532a0f4ba3f48edda57a5c874b5faa553314476514e00b50ba

Contents?: true

Size: 258 Bytes

Versions: 3

Compression:

Stored size: 258 Bytes

Contents

%div.btn-group.post-show-nav-buttons
  = link_to t(:back_to_group), @posts.first.group, { :class => "btn back-to-group" } if @posts.first

%h1
  = t :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/index.html.haml
your_platform-1.0.0 app/views/posts/index.html.haml
your_platform-0.0.2 app/views/posts/index.html.haml