Sha256: a60d86d17c5291ad60e54399e0e97a20a1cb9f8fe388aa5c1a41b2d010503ff6

Contents?: true

Size: 224 Bytes

Versions: 64

Compression:

Stored size: 224 Bytes

Contents

%h2= t('.edit_new_category')

= form_for @category, url: admin_category_path(@category) do |f|
  = f.text_field :name

  .access
    =collection_check_boxes(:category, :user_group_ids, @user_groups, :id, :name)

  = f.submit

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
my_forum-0.0.2.4 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.2.3 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.2.2 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.2.1 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.2 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta60 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta59 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta58 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta57 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta56 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta55 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta54 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta53 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta52 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta51 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta50 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta49 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta48 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta47 app/views/my_forum/admin/categories/edit.haml
my_forum-0.0.1.beta46 app/views/my_forum/admin/categories/edit.haml