19 lines
716 B
Plaintext
19 lines
716 B
Plaintext
@{
|
|
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 />
|
|
|
|
<div class="row">
|
|
<div class="col-3 d-grid">
|
|
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="ProductionReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Production</a>
|
|
</div>
|
|
<div class="col-3 d-grid">
|
|
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="PlanningReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Planning</a>
|
|
</div>
|
|
</div> |