Sha256: 61aec10de732e46eded01b6b7ca057da67c8314146f763b9d4c0975c7a98305c

Contents?: true

Size: 338 Bytes

Versions: 15

Compression:

Stored size: 338 Bytes

Contents

- topic ||= @topic
- post = topic.posts.first

= t('new_topic_started')
= t('on_date', :date => friendly_date(post.created_at))
- if topic.reader
  = t('by')
  = link_to post.reader.name, reader_url(post.reader), :class => 'person'
- if topic.forum
  = t('under')
  = link_to(topic.forum.name, forum_url(topic.forum), :class => 'forum')

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
radiant-forum-extension-2.1.6 app/views/topics/_context.html.haml
radiant-forum-extension-2.1.4 app/views/topics/_context.html.haml
radiant-forum-extension-2.1.3 app/views/topics/_context.html.haml
radiant-forum-extension-2.1.2 app/views/topics/_context.html.haml
radiant-forum-extension-2.1.1 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.9 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.8 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.7 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.6 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.5 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.4 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.3 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.2 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.1 app/views/topics/_context.html.haml
radiant-forum-extension-2.0.0 app/views/topics/_context.html.haml