Finally fixed #72

This commit is contained in:
tidusjar 2016-04-14 14:50:40 +01:00
commit 6190eceb60
22 changed files with 320 additions and 94 deletions

View file

@ -1,4 +1,5 @@
@using Nancy.Security
@using PlexRequests.UI.Helpers
<div>
<h1>Requests</h1>
<h4>Below you can see yours and all other requests, as well as their download and approval status.</h4>
@ -403,6 +404,6 @@
</div>
</div>
<script src="~/assets/requests.js" type="text/javascript"></script>
@Html.LoadRequestAssets()