1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Renamed _RefrenceLayout to _ReferenceLayout.

This commit is contained in:
Mark McDowall
2011-12-09 20:15:38 -08:00
parent cb98c010f0
commit 418fcbd91e
9 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.SystemSettingsModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_ReferenceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")