From a5f6e69f824ad75eadfd607d626622f04a06d0e2 Mon Sep 17 00:00:00 2001 From: Jim MacKenzie Date: Sun, 2 Oct 2016 22:34:00 -0500 Subject: [PATCH] f#552: Re-design lables Updated view to show new lables depending on state --- PlexRequests.UI/Views/Search/Index.cshtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PlexRequests.UI/Views/Search/Index.cshtml b/PlexRequests.UI/Views/Search/Index.cshtml index b8e9f3bfc..f167e946f 100644 --- a/PlexRequests.UI/Views/Search/Index.cshtml +++ b/PlexRequests.UI/Views/Search/Index.cshtml @@ -170,10 +170,13 @@ {{#if available}} Available {{else}} + {{#if approved}} + Processing request + {{else if requested}} + Pending approval + {{else}} Not Available {{/if}} - {{#if requested}} - Requested {{/if}}