Files
LeafWeb/WebCms/Views/Shared/DisplayTemplates/_ChartLink.cshtml
T
2017-01-13 09:15:15 -05:00

9 lines
233 B
Plaintext

@using LeafWeb.WebCms.Controllers
@model int
@{
var url = UmbracoContext.Current.UrlProvider.GetUrl(LeafWebPageIds.Chart);
}
<a href="@url?leafInputId=@Model">
<span class="glyphicon glyphicon-stats"></span>
Chart
</a>