Updated composer.json to remove unused Symfony packages, modified messenger.yaml to change transport DSN to 'sync://', and updated search.html.twig placeholder text for improved clarity.
Some checks failed
CI - Build Tonehaus Docker image / build (push) Has been cancelled
Some checks failed
CI - Build Tonehaus Docker image / build (push) Has been cancelled
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<h1 class="h4 mb-3">Search Albums</h1>
|
||||
<form class="row g-2 mb-2" action="{{ path('album_search') }}" method="get">
|
||||
<div class="col-sm">
|
||||
<input class="form-control" type="search" name="q" value="{{ query }}" placeholder="Free text (optional)" autocomplete="off" />
|
||||
<input class="form-control" type="search" name="q" value="{{ query }}" placeholder="Search.." autocomplete="off" />
|
||||
</div>
|
||||
<div class="col-auto">
|
||||
<button class="btn btn-success" type="submit">Search</button>
|
||||
|
||||
Reference in New Issue
Block a user