Files
LeafWeb/WebCms/Views/Shared/DisplayTemplates/_LeafInputStatus.cshtml
T
2017-01-26 08:36:54 -05:00

3 lines
120 B
Plaintext

@using LeafWeb.Core.Utility
@model string
<span class="status status-@Model.ToLower()">@Model.SplitCamelCase()</span>