fix path on app-stylesheets
This commit is contained in:
parent
c701895e29
commit
eb3361fa07
@ -19,8 +19,8 @@
|
||||
<script src="js/loadjs.min.js"></script>
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
@Html.Raw(Model.HeadResources)
|
||||
<link id="app-stylesheet-page" rel="stylesheet" href="disabled.css" disabled />
|
||||
<link id="app-stylesheet-module" rel="stylesheet" href="disabled.css" disabled />
|
||||
<link id="app-stylesheet-page" rel="stylesheet" href="css/empty.css" disabled />
|
||||
<link id="app-stylesheet-module" rel="stylesheet" href="css/empty.css" disabled />
|
||||
</head>
|
||||
<body>
|
||||
@if (string.IsNullOrEmpty(Model.Message))
|
||||
|
Reference in New Issue
Block a user