diff --git a/src/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml index 0f2340698..5d22c9109 100644 --- a/src/Ombi/Views/Shared/_Layout.cshtml +++ b/src/Ombi/Views/Shared/_Layout.cshtml @@ -1,4 +1,4 @@ -@using Ombi.Core.Settings +@using Ombi.Core.Settings @using Ombi.Helpers @using Ombi.Settings.Settings.Models @inject ISettingsService Settings @@ -79,9 +79,18 @@ @appName - + - + + + + + @{ + if (customization.ApplicationUrl.HasValue()) + { + + } + }