Skip to content

Commit

Permalink
Merge pull request #15 from tidusjar/dev
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
Jamie committed Mar 16, 2016
2 parents 7b0e5e3 + 752d8bb commit c626daf
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 c626daf

Please sign in to comment.