@using Ombi.UI.Helpers @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase @Html.Partial("Shared/Partial/_Sidebar")
Updates

@if (Model.Status.UpdateAvailable) {
}

@if (Model.Status.UpdateAvailable) {

@* @Html.ToolTip("This is if you run Ombi outside of a regular install e.g. you are launching with a custom port. This field will be used after we have updated to launch the application.")
*@ } else { }

@if (Model.Status.UpdateAvailable) {

@Model.Status.ReleaseTitle


@Html.Raw(Model.Status.ReleaseNotes) }