Files
LeafWeb/WebCms/Views/Shared/DisplayTemplates/_ChartLink.cshtml
T

7 lines
161 B
Plaintext

@model int
<a href="@UmbracoContext.Current.UrlProvider.GetUrl(1100)?leafInputId=@Model">
<span class="glyphicon glyphicon-stats"></span>
Chart
</a>