Sha256: d31062091df60f009e49749efdc1707d13df45304c31d0062f30739d6c1d0343

Contents?: true

Size: 246 Bytes

Versions: 8

Compression:

Stored size: 246 Bytes

Contents

-box do
  %h3= :new_forum.l
  = form_for :forum, :url => forums_path, :html => {:class => "MainForm"} do |f|
    = render :partial => "form", :object => f
    %p
      = submit_tag :create.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/new.html.haml
community_engine-2.3.1 app/views/forums/new.html.haml
community_engine-2.3.0 app/views/forums/new.html.haml
community_engine-2.1.0 app/views/forums/new.html.haml
community_engine-2.0.0 app/views/forums/new.html.haml
community_engine-2.0.0.beta3 app/views/forums/new.html.haml
community_engine-2.0.0.beta2 app/views/forums/new.html.haml
community_engine-2.0.0.beta1 app/views/forums/new.html.haml