Added XenForo route system and custom menu render.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
@endif
|
||||
</div>
|
||||
<div class="hack-actions">
|
||||
<button class="btn primary">
|
||||
<button class="btn primary" onclick="Livewire.dispatch('entryOpenFilesModal', { entryId: {{ $entry->id }} })">
|
||||
<i data-lucide="download"></i> Download
|
||||
</button>
|
||||
<button class="btn">
|
||||
@@ -94,4 +94,5 @@
|
||||
@endif
|
||||
</div>
|
||||
</article>
|
||||
@livewire('entry-files-modal')
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user