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>
|