Rebuild frontend.

This commit is contained in:
James Cole
2020-10-01 14:24:35 +02:00
parent b3edbecde2
commit 9ab034c1ad
31 changed files with 167 additions and 61 deletions

View File

@@ -30,6 +30,7 @@ return [
'edit_piggyBank' => 'Edit piggy bank ":name"',
'preferences' => 'Preferences',
'profile' => 'Profile',
'accounts' => 'Accounts',
'changePassword' => 'Change your password',
'change_email' => 'Change your email address',
'bills' => 'Bills',

View File

@@ -7,9 +7,9 @@
</ul>
<!-- SEARCH FORM -->
<form class="form-inline ml-3">
<form class="form-inline ml-3" action="{{ route('search.index') }}" method="get">
<div class="input-group input-group-sm">
<input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search">
<input class="form-control form-control-navbar" name="search" type="search" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-navbar" type="submit">
<i class="fas fa-search"></i>