Sha256: e35e4acc440212fa3514d92403278f97e9a4b1b1f7f1143f7fe97fbab910f3a3

Contents?: true

Size: 345 Bytes

Versions: 8

Compression:

Stored size: 345 Bytes

Contents

-box do
  %h3= :edit_topic.l

  = error_messages_for :topic
  = form_for :topic,:url  => forum_topic_path(@forum, @topic), :html => { :method => :put, :class => "MainForm" } do |f|
    = render :partial => "form", :object => f 
    %p
      = submit_tag :save_changes.l
      = :or.l
      = link_to(:cancel.l, forum_topic_path(@forum, @topic))

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/topics/edit.html.haml
community_engine-2.3.1 app/views/topics/edit.html.haml
community_engine-2.3.0 app/views/topics/edit.html.haml
community_engine-2.1.0 app/views/topics/edit.html.haml
community_engine-2.0.0 app/views/topics/edit.html.haml
community_engine-2.0.0.beta3 app/views/topics/edit.html.haml
community_engine-2.0.0.beta2 app/views/topics/edit.html.haml
community_engine-2.0.0.beta1 app/views/topics/edit.html.haml