Commit 76465b78 authored by Michael Ngei's avatar Michael Ngei

Merge branch 'iprsv2_brian' into 'master'

Iprsv2 brian

See merge request !21
parents 49bb7864 94053eff
......@@ -430,6 +430,18 @@ return [
'icon' => 'far fa-credit-card',
'can'=> 'isAdmin',
'submenu' => [
[
'text' => 'Tokens',
'url' => 'admin/tokens',
'can'=> 'isAdmin'
],
[
'text' => 'Payments',
'url' => 'admin/payments',
'can'=> 'isAdmin'
],
[
'text' => 'Administration of Invoices',
'url' => '#',
......
......@@ -39,7 +39,7 @@
Photo & signature
</a>
@else
<a class="nav-link" id="custom-tabs-four-photo-tab" data-toggle="pill" href="#custom-tabs-four-photo" role="tab" aria-controls="custom-tabs-four-photo" aria-selected="false">
<a class="nav-link" id="custom-tabs-four-home-tab" data-toggle="pill" href="#custom-tabs-home-photo" role="tab" aria-controls="custom-tabs-four-home" aria-selected="false">
<div class="skeleton skeleton-text short" style="width: 10rem;"></div>
</a>
@endif
......@@ -54,7 +54,7 @@
Documents
</a>
@else
<a class="nav-link" id="custom-tabs-four-documents-tab" data-toggle="pill" href="#custom-tabs-four-documents" role="tab" aria-controls="custom-tabs-four-documents" aria-selected="false">
<a class="nav-link" id="custom-tabs-four-home-tab" data-toggle="pill" href="#custom-tabs-four-home" role="tab" aria-controls="custom-tabs-four-home" aria-selected="false">
<div class="skeleton skeleton-text short" style="width: 10rem;"></div>
</a>
@endif
......@@ -69,7 +69,7 @@
Document History
</a>
@else
<a class="nav-link" id="custom-tabs-four-history-tab" data-toggle="pill" href="#custom-tabs-four-history" role="tab" aria-controls="custom-tabs-four-history" aria-selected="false">
<a class="nav-link" id="custom-tabs-four-home-tab" data-toggle="pill" href="#custom-tabs-four-home" role="tab" aria-controls="custom-tabs-four-h" aria-selected="false">
<div class="skeleton skeleton-text short" style="width: 10rem;"></div>
</a>
@endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment