@Html.Partial("DisplayTemplates/_ChartButton", Model.LeafInputId, new ViewDataDictionary { { "Disabled", !Model.HasLeafChart } })
Download
Utility
@using (Html.BeginUmbracoForm(
"SendUserDownloadLink", null, new { @class = "confirm", confirm_msg = "Confirm sending email to user" }))
{
}
@if (Model.IsCancellable)
{
@CancelLink(Model)
}
@DeleteLink(Model)