mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-09 22:47:58 +00:00
4 lines
344 B
Twig
4 lines
344 B
Twig
<form class="margin-t-16-px" name="search" method="get" action="{{ path('torrent_search') }}">
|
|
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, hash...' | trans }}" />
|
|
<input {% if query %}class="button-green"{% endif %} type="submit" value="{{ 'Search' | trans }}" />
|
|
</form> |