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

7 lines
206 B
Plaintext

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