@model LeafWeb.Web.ViewModels.ResultsAdmin.LeafInputViewModel @{ ViewBag.Title = "Delete LeafInput"; }

@ViewBag.Title

Are you sure you wish to delete this LeafInput?
@Html.DisplayForModel() @using (Html.BeginForm("Delete", "ResultsAdmin", FormMethod.Post, new { @class = "form-horizontal" })) {
@Html.ActionLink("Cancel", "Index", new { id = Model.LeafInputId }, new { @class = "btn" })
}