Sha256: 53e6e44e1c541dbd6dc213d5e10f9850f3066b6e84d74518923825eb9a747d99

Contents?: true

Size: 221 Bytes

Versions: 64

Compression:

Stored size: 221 Bytes

Contents

%h2= t('.create_new_forum')

= form_for @forum, url: admin_category_forums_path do |f|
  = f.text_field :name, placeholder: t('.forum_name')
  = f.text_field :description, placeholder: t('.forum_description')
  = f.submit

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta4 app/views/my_forum/admin/forums/new.haml
my_forum-0.0.1.beta3 app/views/my_forum/admin/forums/new.haml
my_forum-0.0.1.beta2 app/views/my_forum/admin/forums/new.haml
my_forum-0.0.1.beta1 app/views/my_forum/admin/forums/new.haml