Add object for results details
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@using LeafWeb.WebCms.Controllers
|
||||
@using LeafWeb.WebCms.Utility
|
||||
@model LeafInputDetails
|
||||
@model LeafInputDetails_Admin
|
||||
|
||||
<div class="row pb-3">
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
@Html.Partial("DisplayTemplates/_ChartLink", (int)item.LeafInputId, cssClass)
|
||||
}
|
||||
|
||||
@helper DeleteLink(LeafInputDetails item)
|
||||
@helper DeleteLink(LeafInputDetails_Admin item)
|
||||
{
|
||||
var cssClass
|
||||
= CssClassUtil.CreateCssClassDataDictionary("btn", "btn-outline-secondary");
|
||||
@@ -90,7 +90,7 @@
|
||||
@Html.Partial("DisplayTemplates/_DeleteForm", Tuple.Create(item.LeafInputId, item.Identifier), cssClass)
|
||||
}
|
||||
|
||||
@helper CancelLink(LeafInputDetails item)
|
||||
@helper CancelLink(LeafInputDetails_Admin item)
|
||||
{
|
||||
var cssClass
|
||||
= CssClassUtil.CreateCssClassDataDictionary("btn", "btn-outline-secondary");
|
||||
|
||||
Reference in New Issue
Block a user