From a28277af61305e1f30889cf9e2782fc8aac06b86 Mon Sep 17 00:00:00 2001 From: "kay.one" Date: Tue, 5 Apr 2011 19:53:32 -0700 Subject: [PATCH] fixed relative path for some images to work in apps with path (localhost/nzbdrone) --- NzbDrone.Web/Views/Settings/General.ascx | 2 +- NzbDrone.Web/Views/Settings/RootDir.ascx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Views/Settings/General.ascx b/NzbDrone.Web/Views/Settings/General.ascx index 8b6823da0..521b32dd1 100644 --- a/NzbDrone.Web/Views/Settings/General.ascx +++ b/NzbDrone.Web/Views/Settings/General.ascx @@ -33,7 +33,7 @@
"> - Add New Profile + Add New Profile

Add New Root Directory

diff --git a/NzbDrone.Web/Views/Settings/RootDir.ascx b/NzbDrone.Web/Views/Settings/RootDir.ascx index e5f8c31e1..eed184e1b 100644 --- a/NzbDrone.Web/Views/Settings/RootDir.ascx +++ b/NzbDrone.Web/Views/Settings/RootDir.ascx @@ -18,7 +18,7 @@
<%: Html.TextBoxFor(m => m.Path, new { @class="root_dir_text" }) %> - Delete + Delete
<%: Html.ValidationMessageFor(m => m.Path) %>