Sha256: 5a1d5c45d458b2f1114d0d074d56d37f5ba64c66ecbc0967e3c4140b969ea941
Contents?: true
Size: 390 Bytes
Versions: 18
Compression:
Stored size: 390 Bytes
Contents
%h3 New Topic in = @forum.category.name Category = simple_form_for @topic, :url => forum_create_path do |f| = f.label :name = f.text_field :name %br %br = f.label :post = f.simple_fields_for :posts do |post| = render :partial => "mongoid_forums/posts/form", :locals => { :f => post } %br = f.submit "Create Topic", :class => "btn", :disable_with => "Creating..."
Version data entries
18 entries across 18 versions & 2 rubygems