BuildFeed/BuildFeed/Views/shared/DisplayTemplates/Enumeration.cshtml
Thomas Hounsell db1c655db0 Bugfixes; Component Update; Refactoring
Commented out qps-ploc to work on Mono.
2016-11-06 21:22:11 +00:00

4 lines
90 B
Plaintext

@using BuildFeed.Code
@model Enum
@MvcExtensions.GetDisplayTextForEnum(ViewData.Model)