Sha256: a4e2e1d481e4fbb16ed278f16589eb68dc71ef92c82f02fca9cc9792fd9b931b

Contents?: true

Size: 200 Bytes

Versions: 4

Compression:

Stored size: 200 Bytes

Contents

= simple_form_for [:admin, @forum] do |f|
  = f.input :name
  = f.input :category, collection: MongoidForums::Category.all
  = f.submit "Update Forum", :class => "btn", :disable_with => "Updating..."

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
ack-mongoid-forums-1.0.6.1 app/views/mongoid_forums/posts/admin/forums/edit.haml
ack-mongoid-forums-1.0.6 app/views/mongoid_forums/posts/admin/forums/edit.haml
mongoid-forums-0.0.5 app/views/mongoid_forums/admin/forums/edit.haml
mongoid-forums-0.0.4 app/views/mongoid_forums/admin/forums/edit.haml