Method: Thredded::ApplicationHelper#thredded_container_classes

Defined in:
app/helpers/thredded/application_helper.rb

#thredded_container_classesObject



22
23
24
25
26
# File 'app/helpers/thredded/application_helper.rb', line 22

def thredded_container_classes
  ['thredded--main-container', content_for(:thredded_page_id)].tap do |classes|
    classes << 'thredded--is-moderator' unless moderatable_messageboards_ids.empty?
  end
end