mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
a7e1003c41
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 lines
360 B
HTML
9 lines
360 B
HTML
{%- if pagename != "search" %}
|
|
<form class="navbar-form navbar-right" action="{{ pathto('search') }}" method="get">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
</div>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
</form>
|
|
{%- endif %}
|