Sha256: 799688a3192fb5902cb25343765d3f603e42897dd15dc418a70bf7a4284282dd

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 Bytes

Contents

- include_stylesheet 'admin/forum'

- fields_for :page do |f|
  .commentability
    %label
      = t('forum_extension.comments').titlecase
    %br
    = f.check_box :commentable, {:onclick => "if (this.checked) { $('page_comments_closed').enable(); $('comments_closed_label').removeClassName('disabled'); } else { $('page_comments_closed').disable(); $('comments_closed_label').addClassName('disabled'); }"}
    = f.label :commentable
    %br
    = f.check_box :comments_closed, :disabled => !@page.commentable?
    = f.label :comments_closed, nil, :id => 'comments_closed_label', :class => !@page.commentable? ? 'disabled' : ''

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-forum-extension-3.0.0 app/views/admin/pages/_edit_commentability.html.haml