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