mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Merge branch 'develop' into 5.8-dev
# Conflicts: # resources/views/auth/login.twig # resources/views/auth/mfa.twig # resources/views/auth/passwords/email.twig # resources/views/auth/passwords/reset.twig # resources/views/auth/register.twig
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
<section class="sidebar">
|
||||
<form action="{{ route('search.index') }}" method="get" class="sidebar-form">
|
||||
<div class="input-group">
|
||||
<input autocomplete="off" type="text" name="search" class="form-control" placeholder="{{ 'searchPlaceholder'|_ }}" value="{{ query }}"/>
|
||||
<input autocomplete="off" type="text" name="search" class="form-control" placeholder="{{ 'searchPlaceholder'|_ }}" value="{{ query }}" spellcheck="false"/>
|
||||
<span class="input-group-btn">
|
||||
<button type='submit' name='go' id='search-btn' class="btn btn-flat"><span class="fa fa-search"></span></button>
|
||||
</span>
|
||||
|
Reference in New Issue
Block a user