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

9 lines
218 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
}
2016-10-21 16:35:26 +08:00
<h4>欢迎使用本系统</h4>