mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
Replaced root specific absolute paths with relative paths.
This commit is contained in:
parent
86eb70bcbb
commit
e978cc1261
4 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
@model NzbDrone.Web.Models.NotificationSettingsModel
|
||||
|
||||
@section HeaderContent{
|
||||
<link rel="stylesheet" type="text/css" href="/Content/Settings.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../Content/Settings.css" />
|
||||
|
||||
<style>
|
||||
.notifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue