Sha256: 00c74770f221486e91d227d58c920f220e8879d32a8c0324a2c1f59f451580b0

Contents?: true

Size: 404 Bytes

Versions: 11

Compression:

Stored size: 404 Bytes

Contents

- post ||= @post

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

Version data entries

11 entries across 11 versions & 1 rubygems

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