Files
LeafWeb/WebCms/Views/MacroPartials/Queue.cshtml
T

5 lines
96 B
Plaintext

@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
Html.RenderAction("Index", "Queue");
}