Sha256: d68b840ddb353098d5d62cbfcee52212cfcbc8fe8d01374c3900bedb8ffd45c1

Contents?: true

Size: 737 Bytes

Versions: 5

Compression:

Stored size: 737 Bytes

Contents

#forum_settings.box
  %h3
    .actions
      = button_to t("edit"), edit_admin_reader_configuration_url, :method => :get
    =t("forum_extension.forum_configuration")
  %p.ruled
    = show_config 'forum.public?'
  %p.ruled
    = show_config 'forum.cached?'
  %p.ruled
    = show_config 'forum.layout'
  %p.ruled
    = show_config 'forum.toolbar?'
  %p.ruled
    = show_config 'forum.editable_period'
  %p.ruled
    = show_config 'forum.allow_page_comments?'
  %p.ruled
    = show_config 'forum.commentable_period'
  %p.ruled
    = show_config 'forum.allow_attachments?'
  %p.ruled
    = show_config 'forum.offer_rss?'
  %p.ruled
    = show_config 'forum.attachment.content_types'
  %p.ruled
    = show_config 'forum.attachment.max_size'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.1 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.0 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.0.rc6 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.0.rc4 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.0.rc3 app/views/admin/reader_configuration/_forum.html.haml