Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/720f89be638648e05359a92e98c267168c41ef3e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed the email notification settings from the settings (for release 1.2.1)

pull/15/head
Jamie Rees 9 years ago
parent 601a377d97
commit 720f89be63

@ -46,14 +46,14 @@
}
@*<a class="list-group-item" href="/admin/sickbeard">Sickbeard Settings</a>*@
@if (Context.Request.Path == "/admin/emailnotification")
@*@if (Context.Request.Path == "/admin/emailnotification")
{
<a class="list-group-item active" href="/admin/emailnotification">Email Notifications</a>
}
else
{
<a class="list-group-item" href="/admin/emailnotification">Email Notifications</a>
}
}*@
@if (Context.Request.Path == "/admin/status")
{

Loading…
Cancel
Save