Sha256: 3938239263afac00cfc9bbf8a865b1d4c16d3d7cf4f15774281f43b22420e706

Contents?: true

Size: 324 Bytes

Versions: 15

Compression:

Stored size: 324 Bytes

Contents

- post ||= @post

- if post
  - if post.comment?
    = t('comment_on')
    = link_to post.page.title, post.page.url
    = t('posted')
  - elsif post.first?
    = t('new_topic_started')
  - else
    = t('reply_posted')
  - if post.reader
    = t('by')
    = link_to post.reader.name, reader_url(post.reader)
- else
  No post!

Version data entries

15 entries across 15 versions & 1 rubygems

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