Made breadcrumbs dynamic and moved it to a shared partial view.
This commit is contained in:
@ -2,12 +2,7 @@
|
||||
ViewData["Title"] = "Home Page | Mesa Reporting Services";
|
||||
}
|
||||
|
||||
<div aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item active" aria-current="page">Home</li>
|
||||
</ol>
|
||||
</div>
|
||||
<br />
|
||||
<partial name="_BreadCrumbs" />
|
||||
|
||||
<div class="row">
|
||||
<div class="col-3 d-grid">
|
||||
|
Reference in New Issue
Block a user