mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Cambios en vistas
This commit is contained in:
11
ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php
Normal file
11
ci4/app/Views/themes/backend/vuexy/main/breadcrumbs.php
Normal file
@ -0,0 +1,11 @@
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="#">Home</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="#">Library</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active">Data</li>
|
||||
</ol>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user