Merge branch 'main' into glitch-soc/merge-upstream
This commit is contained in:
commit
679642e26c
56 changed files with 761 additions and 359 deletions
|
@ -22,6 +22,7 @@ class AboutController < ApplicationController
|
|||
|
||||
toc_generator = TOCGenerator.new(@instance_presenter.site_extended_description)
|
||||
|
||||
@rules = Rule.ordered
|
||||
@contents = toc_generator.html
|
||||
@table_of_contents = toc_generator.toc
|
||||
@blocks = DomainBlock.with_user_facing_limitations.by_severity if display_blocks?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue