Full static content (css,js) versioning.

This commit is contained in:
kay.one
2011-12-08 20:57:23 -08:00
parent 25ecd45d9b
commit 9f07d7c27a
16 changed files with 121 additions and 54 deletions
+2 -2
View File
@@ -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
{