mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +01:00
Fix broken search input-group
This commit is contained in:
parent
5baa06d8c3
commit
905185812b
@ -45,10 +45,12 @@
|
|||||||
<input class="form-control" name="q" type="text"
|
<input class="form-control" name="q" type="text"
|
||||||
placeholder="{% if query_hint %}{{ _('Search %(type)s', type=query_hint | lower) }}{% else %}{{ _('Search all packages') }}{% endif %}"
|
placeholder="{% if query_hint %}{{ _('Search %(type)s', type=query_hint | lower) }}{% else %}{{ _('Search all packages') }}{% endif %}"
|
||||||
value="{{ query or ''}}">
|
value="{{ query or ''}}">
|
||||||
|
<div class="input-group-append">
|
||||||
<button type="submit" class="btn btn-secondary" title="{{ _('Search') }}">
|
<button type="submit" class="btn btn-secondary" title="{{ _('Search') }}">
|
||||||
<i class="fas fa-search"></i>
|
<i class="fas fa-search"></i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<!-- <input class="btn btn-secondary my-2 my-sm-0"
|
<!-- <input class="btn btn-secondary my-2 my-sm-0"
|
||||||
data-toggle="tooltip" data-placement="bottom"
|
data-toggle="tooltip" data-placement="bottom"
|
||||||
title="Go to the first found result for this query."
|
title="Go to the first found result for this query."
|
||||||
|
Loading…
Reference in New Issue
Block a user