1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge pull request #5681 from BookStackApp/parent_tag_classes

Parent tag classes
This commit is contained in:
Dan Brown
2025-07-09 17:58:13 +01:00
committed by GitHub
4 changed files with 76 additions and 16 deletions

View File

@@ -1 +1 @@
@push('body-class', e((new \BookStack\Activity\Tools\TagClassGenerator($entity->tags->all()))->generateAsString() . ' '))
@push('body-class', e((new \BookStack\Activity\Tools\TagClassGenerator($entity))->generateAsString() . ' '))