9 lines
274 B
Plaintext
9 lines
274 B
Plaintext
@{
|
|
ViewBag.Title = "No Open Vehicle Recalls";
|
|
}
|
|
|
|
<h2 class="center-content"><i class="fa fa-refresh"></i> @ViewBag.Title</h2>
|
|
|
|
<div class="center-content well">
|
|
No open Vehicle Recalls. @Html.ActionLink("Add Recall", "Create", null, new { @class = "btn" })
|
|
</div> |