Sha256: 9b117873cb86106d72d0bdfff29be05fc6da6168e06666a49dcc446ed6525b05

Contents?: true

Size: 781 Bytes

Versions: 15

Compression:

Stored size: 781 Bytes

Contents

- content_for :main do 

  %h1.forum_icon Category '#{@category.name}'

  .cms_form
    = form_for @category, :url=>"/admin/forums/category/#{@category.id}", :method=>:post do |f|

      %label Name
      = f.text_field :name

      %label Description
      = f.text_area :description

      %label Show Title
      = f.check_box :show_title
      .field_help
        If this is unticked the category won't be displayed (the topics it contains will still be shown)

      .div(style="margin-top: 20px;")
        = kit_submit "Save"
        or 
        = icon_to "Categories and Topics", "/admin/forums"

  %p
    = link_to "Delete Category", "/admin/forums/category/#{@category.id}/delete", :class=>:action, :confirm=>"Are you sure?  This cannot be undone.", :method=>:post
      

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/forum/category.html.haml
kit_cms-2.3.20 app/views/admin/forum/category.html.haml
kit_cms-2.3.19 app/views/admin/forum/category.html.haml
kit_cms-2.3.18 app/views/admin/forum/category.html.haml
kit_cms-2.3.17 app/views/admin/forum/category.html.haml
kit_cms-2.3.16 app/views/admin/forum/category.html.haml
kit_cms-2.3.15 app/views/admin/forum/category.html.haml
kit_cms-2.3.14 app/views/admin/forum/category.html.haml
kit_cms-2.3.13 app/views/admin/forum/category.html.haml
kit_cms-2.3.11 app/views/admin/forum/category.html.haml
kit_cms-2.3.10 app/views/admin/forum/category.html.haml
kit_cms-2.3.9 app/views/admin/forum/category.html.haml
kit_cms-2.3.8 app/views/admin/forum/category.html.haml
kit_cms-2.3.7 app/views/admin/forum/category.html.haml
kit_cms-2.3.6 app/views/admin/forum/category.html.haml