Add transaction page and styling for page layout.
This commit is contained in:
26
src/app/shared/sidebar/sidebar.component.html
Normal file
26
src/app/shared/sidebar/sidebar.component.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!-- ========== Left Sidebar Start ========== -->
|
||||
<div id="sidebar">
|
||||
<nav>
|
||||
|
||||
<div class="sidebar-header">
|
||||
<h3>CIC - Staff Client</h3>
|
||||
<strong>CIC</strong>
|
||||
</div>
|
||||
|
||||
<ul class="list-unstyled components">
|
||||
<li>
|
||||
<a routerLink="/home" routerLinkActive="active" appMenuSelection>
|
||||
<i class="fa fa-home"></i>
|
||||
<span> Dashboard </span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a routerLink="/tx" routerLinkActive="active" appMenuSelection>
|
||||
<i class="fa fa-briefcase"></i>
|
||||
<span> Transactions </span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Left Sidebar End -->
|
||||
Reference in New Issue
Block a user