Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/418fcbd91edf970c37805cdf41c0270e9ccf132e
You should set ROOT_URL correctly, otherwise the web may not work correctly.
9 changed files with
8 additions and
8 deletions
@ -520,7 +520,7 @@
<Content Include= "Views\Settings\Index.cshtml" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\Shared\_Ref renceLayout.cshtml" />
<Content Include= "Views\Shared\_Ref e renceLayout.cshtml" />
</ItemGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.IndexerSettingsModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
@Html.IncludeCss("IndexerSettings.css")
@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.EpisodeNamingModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
<style>
@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.NotificationSettingsModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
<style>
@ -1,7 +1,7 @@
@using NzbDrone.Core.Repository.Quality
@using NzbDrone.Web.Helpers;
@model NzbDrone.Web.Models.QualityModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
@Html.IncludeCss("QualitySettings.css")
@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers;
@model NzbDrone.Web.Models.SabnzbdSettingsModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
}
@ -1,6 +1,6 @@
@using NzbDrone.Web.Helpers
@model NzbDrone.Web.Models.SystemSettingsModel
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@section HeaderContent{
@Html.IncludeCss("Settings.css")
@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
@{ Layout = "~/Views/Shared/_RefrenceLayout.cshtml"; }
@{ Layout = "~/Views/Shared/_Refe renceLayout.cshtml"; }
@using NzbDrone.Common
@using NzbDrone.Web.Helpers
@section HeaderContent