mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Full static content (css,js) versioning.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
|
||||
|
||||
@section HeaderContent{
|
||||
<link rel="stylesheet" type="text/css" href="../../Content/Settings.css" />
|
||||
@Html.IncludeCss("Settings.css")
|
||||
}
|
||||
<div id="stylized">
|
||||
@using (Html.BeginForm("SaveSystem", "Settings", FormMethod.Post, new { id = "SystemForm", name = "SystemForm", @class = "settingsForm" }))
|
||||
|
||||
Reference in New Issue
Block a user