Sha256: d1b4308cccb884c1624577becf62e45acd68a8a527ff8938a6ef1f7c0a49f73d
Contents?: true
Size: 427 Bytes
Versions: 11
Compression:
Stored size: 427 Bytes
Contents
- topic ||= @topic - post = topic.posts.first %p.context - if topic.reader = t('forum_extension.started_by') = link_to post.reader.name, reader_url(post.reader), :class => 'person' = friendly_date(post.created_at) - if topic.forum = t('forum_extension.under') = link_to(topic.forum.name, forum_url(topic.forum), :class => 'forum') = render :partial => 'posts/edit_links', :locals => {:post => post}
Version data entries
11 entries across 11 versions & 1 rubygems