Sha256: 457006fe605d6a0abdd49f74c0a5248883ab0a0814f6e6a2f32d513483382f42

Contents?: true

Size: 292 Bytes

Versions: 3

Compression:

Stored size: 292 Bytes

Contents

%div.btn-group.post-show-nav-buttons
  = link_to t(:all_posts), posts_path( group_id: @post.group.id ), { :class => "btn all-posts" }
  = link_to t(:back_to_group), @post.group, { :class => "btn back-to-group" }

%h1
  = @post.subject
= render partial: 'posts/post', locals: { post: @post }

Version data entries

3 entries across 3 versions & 1 rubygems

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