Sha256: ee7034dac0ad356d53afadae329b594f1181b9798971acdf7d541bb05217d12c
Contents?: true
Size: 439 Bytes
Versions: 1
Compression:
Stored size: 439 Bytes
Contents
- topic ||= @topic %li.topic = link_to_post(topic.posts.last, :class => 'title') %br %span.context - if topic.has_replies? - if topic.replied_by = t('new_reply_from') = link_to topic.replied_by.name, reader_url(topic.replied_by) = friendly_date(topic.replied_at) - else = t('started_by') = link_to topic.reader.name, reader_url(topic.reader) = friendly_date(topic.created_at)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-forum-extension-2.1.6 | app/views/topics/_minimal.html.haml |