7 lines
196 B
Plaintext
7 lines
196 B
Plaintext
@{
|
|
Layout = "~/Views/Shared/DisplayTemplates/_FieldLayout.cshtml";
|
|
}
|
|
@if (Model != null)
|
|
{
|
|
@Html.ActionLink("View Vehicle Service", "Details", "VehicleService", new { id = Model}, null)
|
|
} |