BootstrapAdmin/Bootstrap.Admin/Views/Admin/News.cshtml

14 lines
232 B
Plaintext
Raw Normal View History

@model NavigatorBarModel
@{
ViewBag.Title = "通知管理";
Layout = "~/Views/Shared/_Admin.cshtml";
}
@section header {
@Html.Partial("Header", Model)
}
@section navigator {
@Html.Partial("Navigator", Model)
}