Sha256: d1b4308cccb884c1624577becf62e45acd68a8a527ff8938a6ef1f7c0a49f73d

Contents?: true

Size: 427 Bytes

Versions: 11

Compression:

Stored size: 427 Bytes

Contents

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

%p.context
  - if topic.reader
    = t('forum_extension.started_by')
    = link_to post.reader.name, reader_url(post.reader), :class => 'person'
  = friendly_date(post.created_at)

  - if topic.forum
    = t('forum_extension.under')
    = link_to(topic.forum.name, forum_url(topic.forum), :class => 'forum')

  = render :partial => 'posts/edit_links', :locals => {:post => post}

Version data entries

11 entries across 11 versions & 1 rubygems

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