Files
Disco/Disco.Web/Views/Update/Index.cshtml
T
Gary Sharp 830a9c8d05 Update: Minor styling changes
Dialogs reposition to center when window resized & Update heading moved
so that background is correctly shown.
2014-06-02 20:25:43 +10:00

8 lines
278 B
Plaintext

@model Disco.Web.Models.Update.IndexModel
@{
Layout = MVC.Shared.Views._PublicLayout;
Html.BundleDeferred("~/Style/Config");
}
<h1>Disco Post-Update Configuration</h1>
@Html.PartialCompiled(typeof(Disco.Web.Areas.Config.Views.Shared.TaskStatus), Model.SessionId)