Sha256: 48b7cd212cd1aaab4dba741f4d909860e64c8068ccccd7f7d074e122d2b42228

Contents?: true

Size: 738 Bytes

Versions: 10

Compression:

Stored size: 738 Bytes

Contents

= render :partial => 'forums/standard_parts'

- content_for :form do
  .post_wrapper
    .post_header
      .speaker
        = standard_gravatar_for(@post.reader)
      %h2.person
        = current_reader.name
      %p.context
        = friendly_date(@post.created_at)
    = render :partial => 'form', :locals => {:post => @post}

- content_for :title do
  - if @post.page
    = t('edit_comment')
  - elsif @post.first? 
    = t('edit_topic')
  - else
    = t('edit_reply')

- content_for :breadhead do
  - if @post.page
    = link_to @page.title, @page.url, :class => 'breadhead'
  - elsif @post.topic && !@post.first?
    = link_to @post.topic.name, forum_topic_url(@topic.forum, @topic), :class => 'breadhead'



#forum
  = yield :form

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-forum-extension-2.0.9 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.8 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.7 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.6 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.5 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.4 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.3 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.2 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.1 app/views/posts/edit.html.haml
radiant-forum-extension-2.0.0 app/views/posts/edit.html.haml