Sha256: ce3cb4a0217c7c491168a4bc5ba6f0b4e18ac29c72205c9d322bbd8effa3cc97

Contents?: true

Size: 406 Bytes

Versions: 8

Compression:

Stored size: 406 Bytes

Contents

-box do
  %h3= :edit_forum.l
  
  %p= link_to :delete_this_forum.l, forum_path(@forum), :method => :delete, :class => "utility", :confirm => :are_you_sure.l
  = form_for :forum, :url  => forum_path(@forum), :html => { :class => "MainForm", :method => :put } do |f|
    = render :partial => "form", :object => f
    %p
      = submit_tag :save_forum.l
      = :or.l
      = link_to(:cancel.l, forums_path)

Version data entries

8 entries across 8 versions & 1 rubygems

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