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

Version Path
radiant-forum-extension-3.0.7 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.6 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.5 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.4 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.3 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.2 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.1 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.0 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.0.rc6 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.0.rc4 app/views/topics/_replies.html.haml
radiant-forum-extension-3.0.0.rc3 app/views/topics/_replies.html.haml