1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

ZIP Imports: Added parent selector for page/chapter imports

This commit is contained in:
Dan Brown
2024-11-04 16:21:22 +00:00
parent 8f6f81948e
commit 14578c2257
6 changed files with 62 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
{{--
$name - string
--}}
@if($errors->has($name))
<div class="text-neg text-small">{{ $errors->first($name) }}</div>
@endif