Files
newznab-tmux/resources/views/partials/release-modals.blade.php
T
2026-02-12 11:54:44 +01:00

8 lines
281 B
PHP

{{-- Release-related modals: only include on pages that show releases --}}
@include('partials.filelist-modal')
@include('partials.nfo-modal')
@include('partials.preview-modal')
@include('partials.mediainfo-modal')
@include('partials.image-modal')
@include('partials.report-modal')