mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Updated breadcrumbs in Asset Details to include clients
This commit is contained in:
@@ -213,6 +213,9 @@ if (isset($_GET['asset_id'])) {
|
||||
<div class="col-md-9">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="clients.php">Clients</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="client_overview.php?client_id=<?php echo $client_id; ?>"><?php echo $client_name; ?></a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user