Files
MileageTraker/Web/Views/Vehicle/BackToVehicles.cshtml
T

6 lines
172 B
Plaintext

<ul class="no-print breadcrumb">
<li>
<a href="@Url.Action("Index", "Vehicle")"><i class="fa fa-arrow-circle-left"></i> Back to Vehicles</a>
</li>
</ul>