Skip to content

Commit

Permalink
Removed the email notification settings from the settings (for releas…
Browse files Browse the repository at this point in the history
…e 1.2.1)
  • Loading branch information
tidusjar committed Mar 16, 2016
1 parent 601a377 commit 720f89b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PlexRequests.UI/Views/Admin/_Sidebar.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 720f89b

Please sign in to comment.