We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2468f16 commit 206cceeCopy full SHA for 206ccee
1 file changed
resources/views/tools/show.blade.php
@@ -27,7 +27,7 @@
27
</div>
28
29
30
- @if ($tool->documents->count())
+ @if ($tool->revisions->count())
31
<x-section class="full dark -mb-8" aria-labelledby="download-tool">
32
<div class="center stack stack:xl py-20" x-data="{
33
open: false,
0 commit comments