Sha256: 5632c3c1d7a7975e717c41bb9e17d88b751e58c0a4038054a4b94637d092eb95

Contents?: true

Size: 808 Bytes

Versions: 11

Compression:

Stored size: 808 Bytes

Contents

- content_for :parent do
  = link_to_topic(@post.topic)

- content_for :breadhead do
  %span.breadhead
    = link_to t('forum_extension.forum').titlecase + t('reader_extension.separator'), topics_url
    = link_to @post.topic.forum.name + t('reader_extension.separator'), forum_url(@post.topic.forum)
    = yield :parent

- content_for :context do
  %p.context
    = render :partial => 'posts/context'

- content_for :person do
  = standard_gravatar_for(@post.reader)

- content_for :title do
  - if @post.page
    = t('forum_extension.confirm_remove_comment')
  - elsif @post.first?
    = t('forum_extension.confirm_remove_topic')
  - else
    = t('forum_extension.confirm_remove_post')

= render :partial => 'shared/standard_forum_parts'

= render :partial => 'confirm_delete', :locals => {:post => @post}

Version data entries

11 entries across 11 versions & 1 rubygems

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