mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Full static content (css,js) versioning.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
@model NzbDrone.Web.Models.IndexerSettingsModel
|
||||
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
|
||||
@section HeaderContent{
|
||||
<link rel="stylesheet" type="text/css" href="../../Content/Settings.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../Content/IndexerSettings.css" />
|
||||
@Html.IncludeCss("Settings.css")
|
||||
@Html.IncludeCss("IndexerSettings.css")
|
||||
<style>
|
||||
.indexerPanel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user