Files
LeafWeb/WebCms/Views/MacroPartials/LeafInputQueueDetails.cshtml
T
poprhythm cf21f17bc1 Customize bootstrap with SASS
Update jquery validate for IE
Simplify scripting
Update home page logo
2016-12-13 09:40:40 -05:00

5 lines
98 B
Plaintext

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