mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Removed the email notification settings from the settings (for release 1.2.1)
This commit is contained in:
parent
601a377d97
commit
720f89be63
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue