Sha256: a5e0875044c1f87c4db8f9a0c98e67a9388419db804e2a053bce5b9161c0bc35

Contents?: true

Size: 732 Bytes

Versions: 6

Compression:

Stored size: 732 Bytes

Contents

#forum_settings.box
  %h3
    .actions
      = button_to t("edit"), edit_admin_reader_settings_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

6 entries across 6 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.7 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.6 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.5 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.4 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.3 app/views/admin/reader_configuration/_forum.html.haml
radiant-forum-extension-3.0.2 app/views/admin/reader_configuration/_forum.html.haml