Sha256: d41ed0e4e8475454dce0e262ea11e8f331bcf49fdbeb26a977ae0d63ddf0a83d

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

- message_type = @page ? 'comment' : 'reply'

#forum
  = render :partial => 'posts/reply'

- content_for :breadhead do
  - if @page
    = link_to @page.title, @page.url, :class => 'breadhead'
  - else 
    = link_to @topic.name, forum_topic_url(@topic.forum, @topic), :class => 'breadhead'

- content_for :pagetitle do
  Add a
  = message_type

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-forum-extension-1.2.1 app/views/posts/new.html.haml
radiant-forum-extension-1.1.2 app/views/posts/new.html.haml
radiant-forum-extension-1.1.1 app/views/posts/new.html.haml
radiant-forum-extension-1.1.0 app/views/posts/new.html.haml
radiant-forum-extension-0.6.1 app/views/posts/new.html.haml
radiant-forum-extension-0.6.0 app/views/posts/new.html.haml