BootstrapAdmin/Bootstrap.Admin/Views/Shared/_Fix.cshtml

15 lines
308 B
Plaintext

@{
Layout = "~/Views/Shared/_Normal.cshtml";
}
@section css {
<link href="~/Content/css/fix.css" rel="stylesheet" />
@RenderSection("css", false)
}
@RenderBody()
@section modal{
@RenderSection("modal", false)
}
@section javascript {
@RenderSection("Javascript", false)
}