Sha256: 6fbe3bfc572aee633cc0a86897b655fe6703f751508055dba5a0d74966e1a732

Contents?: true

Size: 680 Bytes

Versions: 6

Compression:

Stored size: 680 Bytes

Contents

= render :partial => 'readers/flasher'

#forum
  %h1
    = link_to "#{@forum.name} »", forum_url(@forum), {:class => 'breadhead'}
    %br
    Edit discussion 

  #new_topic
    = form_for :topic, :url  => forum_topic_path(@forum, @topic), :html => {:method => :put, :class => 'friendly'} do |f|
      = render :partial => "form", :object => f
	    = submit_tag 'Save Changes' 
	    or 
	    = link_to('cancel', forum_topic_path(@forum, @topic))

= render :partial => 'readers/controls'

- content_for :breadcrumbs do
  = link_to 'Forum', topics_url
  \>
  = link_to @forum.name, forum_url(@forum) 
  \>
  Edit Discussion

- content_for :pagetitle do
  Edit Discussion

Version data entries

6 entries across 6 versions & 1 rubygems

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