Skip to content

Commit

Permalink
Added pushbullet to the sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Mar 17, 2016
1 parent a7b0dc1 commit 35b1f2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions PlexRequests.UI/Views/Admin/_Sidebar.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@
<a class="list-group-item" href="/admin/emailnotification">Email Notifications</a>
}

@if (Context.Request.Path == "/admin/pushbulletnotification")
{
<a class="list-group-item active" href="/admin/pushbulletnotification">Pushbullet Notifications</a>
}
else
{
<a class="list-group-item" href="/admin/pushbulletnotification">Pushbullet Notifications</a>
}

@if (Context.Request.Path == "/admin/status")
{
<a class="list-group-item active" href="/admin/status">Status</a>
Expand Down

0 comments on commit 35b1f2b

Please sign in to comment.