merge code : GWM
This commit is contained in:
parent
7397b907e0
commit
ec6a6c1b59
@ -617,6 +617,16 @@
|
|||||||
<i class="ri-dashboard-line mr-1"></i>Dashboard</a>
|
<i class="ri-dashboard-line mr-1"></i>Dashboard</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<?php if(session()->get('roleText') == 'Auditor'){?>
|
||||||
|
<!-- Accounts Dashboard -->
|
||||||
|
<li class="nav-item dropdown">
|
||||||
|
<a class="nav-link dropdown-toggle arrow-none"
|
||||||
|
href="<?php echo base_url(); ?>accountsDashboard"
|
||||||
|
role="button" aria-expanded="false">
|
||||||
|
<i class="fas fa-cubes mr-1"></i> Accounts Dashboard
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -852,14 +862,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Accounts Dashboard -->
|
|
||||||
<li class="nav-item dropdown">
|
|
||||||
<a class="nav-link dropdown-toggle arrow-none"
|
|
||||||
href="<?php echo base_url(); ?>accountsDashboard"
|
|
||||||
role="button" aria-expanded="false">
|
|
||||||
<i class="fas fa-cubes mr-1"></i> Accounts Dashboard
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user