X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3acea12f1c0013be4f1e3994cae2ea662e43bb4e..refs/pull/2023/head:/resources/views/components/expand-toggle.blade.php diff --git a/resources/views/components/expand-toggle.blade.php b/resources/views/components/expand-toggle.blade.php index 28af63caf..a24f9ac1e 100644 --- a/resources/views/components/expand-toggle.blade.php +++ b/resources/views/components/expand-toggle.blade.php @@ -3,13 +3,13 @@ $target - CSS selector of items to expand $key - Unique key for checking existing stored state. --}} getForCurrentUser('section_expansion#'. $key); ?> - @icon('expand-text') {{ trans('common.toggle_details') }} - + @if($isOpen) @push('head')