Sha256: 0593bbb6418961cd3462376a1049ea511eabddd6114c28de510c627a73ae41f1

Contents?: true

Size: 471 Bytes

Versions: 11

Compression:

Stored size: 471 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('forum_extension.new_reply_from')
        = link_to topic.replied_by.name, reader_url(topic.replied_by)
        = friendly_date(topic.replied_at)
    - else
      = t('forum_extension.started_by')
      = link_to topic.reader.name, reader_url(topic.reader)
      = friendly_date(topic.created_at)

Version data entries

11 entries across 11 versions & 1 rubygems

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