-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Bootstrap, Redesign of Navigation Menu and Footer
- Loading branch information
1 parent
c2e67be
commit 875a41b
Showing
67 changed files
with
110,374 additions
and
82,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,42 @@ | ||
<ul class="navbar-nav mr-auto"> | ||
<li class="nav-item"> | ||
<div class="d-flex flex-column flex-fill navbar-nav"> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="" Match="NavLinkMatch.All"> | ||
<i class="bi bi-house-door"></i> Home | ||
<i class="bi bi-house-door me-1"></i> Home | ||
</NavLink> | ||
</li> | ||
<li class="nav-item"> | ||
</div> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="account"> | ||
<i class="bi bi-credit-card"></i> Account | ||
<i class="bi bi-credit-card me-1"></i> Account | ||
</NavLink> | ||
</li> | ||
<li class="nav-item"> | ||
</div> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="transaction"> | ||
<i class="bi bi-arrow-left-right"></i> Transaction | ||
<i class="bi bi-arrow-left-right me-1"></i> Transaction | ||
</NavLink> | ||
</li> | ||
<li class="nav-item"> | ||
</div> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="bucket"> | ||
<i class="bi bi-bucket"></i> Bucket | ||
<i class="bi bi-bucket me-1"></i> Bucket | ||
</NavLink> | ||
</li> | ||
<li class="nav-item"> | ||
</div> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="import"> | ||
<i class="bi bi-upload"></i> Import | ||
<i class="bi bi-upload me-1"></i> Import | ||
</NavLink> | ||
</li> | ||
<li class="nav-item d-xl-none d-xxl-block"> | ||
</div> | ||
<li class="nav-item"> | ||
<NavLink class="nav-link" href="report"> | ||
<i class="bi bi-graph-up"></i> Report | ||
<i class="bi bi-graph-up me-1"></i> Report | ||
</NavLink> | ||
</li> | ||
<li class="nav-item d-xl-none d-xxl-block"> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="rules"> | ||
<i class="bi bi-file-ruled"></i> Rules | ||
<i class="bi bi-file-ruled me-1"></i> Rules | ||
</NavLink> | ||
</li> | ||
<li class="nav-item d-xl-none d-xxl-block"> | ||
</div> | ||
<div class="nav-item"> | ||
<NavLink class="nav-link" href="dataconsistency"> | ||
<i class="bi bi-database-check"></i> Data Consistency | ||
<i class="bi bi-database-check me-1"></i> Data Consistency | ||
</NavLink> | ||
</li> | ||
|
||
<li class="nav-item dropdown d-none d-xl-block d-xxl-none"> | ||
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">More</a> | ||
<ul class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||
<li> | ||
<NavLink class="dropdown-item" href="report"> | ||
<i class="bi bi-graph-up"></i> Report | ||
</NavLink> | ||
</li> | ||
<li> | ||
<NavLink class="dropdown-item" href="rules"> | ||
<i class="bi bi-file-ruled"></i> Rules | ||
</NavLink> | ||
</li> | ||
<li> | ||
<NavLink class="dropdown-item" href="dataconsistency"> | ||
<div> | ||
<i class="bi bi-database-check"></i> Data Consistency | ||
</div> | ||
</NavLink> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.