BootstrapAdmin/Bootstrap.Admin/Views/Home/Index.cshtml

10 lines
255 B
Plaintext
Raw Normal View History

2016-10-21 16:35:26 +08:00
@model Bootstrap.Admin.Models.HeaderBarModel
@{
ViewBag.Title = "Rules";
Layout = "~/Views/Shared/_Fix.cshtml";
2016-10-20 17:55:29 +08:00
}
2016-10-21 16:35:26 +08:00
@section header {
@Html.Partial("Header", Model)
2016-10-20 17:55:29 +08:00
}
<div style="height: 1000px;"><h4>欢迎使用本系统</h4></div>