Sha256: 5bbc46e8c09dadcf57928bb212879717f36f356e29067ab9d64c56d209865ea0

Contents?: true

Size: 754 Bytes

Versions: 15

Compression:

Stored size: 754 Bytes

Contents

= render :partial => 'forums/standard_parts'

- content_for :messages do
  = render :partial => 'post', :object => @post

- content_for :parent do
  = link_to @post.topic.name, forum_topic_url(@post.topic, @post.topic.forum)

- content_for :breadhead do
  = link_to t('forum').titlecase + t('separator'), topics_url
  = link_to @post.topic.forum.name + t('separator'), forum_url(@post.topic.forum)
  = yield :parent

- content_for :person do
  = standard_gravatar_for(@post.reader)

- content_for :title do
  -if @post.page
    = t('comment_on') + @post.page.title
  - elsif @post.first?
    = @post.topic.name
  - else
    = t('reply_to') + @post.topic.name

- content_for :sidebar do
  = render :partial => 'topics/latest'



#forum
  = yield :messages

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-forum-extension-2.1.6 app/views/posts/show.html.haml
radiant-forum-extension-2.1.4 app/views/posts/show.html.haml
radiant-forum-extension-2.1.3 app/views/posts/show.html.haml
radiant-forum-extension-2.1.2 app/views/posts/show.html.haml
radiant-forum-extension-2.1.1 app/views/posts/show.html.haml
radiant-forum-extension-2.0.9 app/views/posts/show.html.haml
radiant-forum-extension-2.0.8 app/views/posts/show.html.haml
radiant-forum-extension-2.0.7 app/views/posts/show.html.haml
radiant-forum-extension-2.0.6 app/views/posts/show.html.haml
radiant-forum-extension-2.0.5 app/views/posts/show.html.haml
radiant-forum-extension-2.0.4 app/views/posts/show.html.haml
radiant-forum-extension-2.0.3 app/views/posts/show.html.haml
radiant-forum-extension-2.0.2 app/views/posts/show.html.haml
radiant-forum-extension-2.0.1 app/views/posts/show.html.haml
radiant-forum-extension-2.0.0 app/views/posts/show.html.haml