Sha256: 87da31ae0dfe2bcf53a400a7a2118ff69ed6d80fb0ffd67a751f4978ccafb743
Contents?: true
Size: 337 Bytes
Versions: 11
Compression:
Stored size: 337 Bytes
Contents
- topic ||= @topic - if topic.replied_by - reply_count = topic.posts.count - 1 = t('forum_extension.post_count', :count => reply_count) + ',' = link_to "#{t('forum_extension.most_recently') if reply_count > 1} #{t('forum_extension.from')} #{topic.replied_by.name}" , post_url(topic.posts.last) = friendly_date(topic.replied_at)
Version data entries
11 entries across 11 versions & 1 rubygems