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