diff --git a/Views/Vehicle/_AttachmentColumn.cshtml b/Views/Vehicle/_AttachmentColumn.cshtml new file mode 100644 index 0000000..aff8b6c --- /dev/null +++ b/Views/Vehicle/_AttachmentColumn.cshtml @@ -0,0 +1,9 @@ +@model List +@if (Model.Any()){ + + + + @Model.Count() + + +} \ No newline at end of file diff --git a/Views/Vehicle/_CollisionRecords.cshtml b/Views/Vehicle/_CollisionRecords.cshtml index 8127cac..6743de1 100644 --- a/Views/Vehicle/_CollisionRecords.cshtml +++ b/Views/Vehicle/_CollisionRecords.cshtml @@ -78,6 +78,12 @@ + + + + + + +