Files
LeafWeb/WebCms/Views/Shared/DisplayTemplates/_Status.cshtml
T
poprhythm 3ff815082a Consolidate status markup.
Improved charting error reporting.
2017-02-24 10:44:13 -05:00

4 lines
121 B
Plaintext

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