diff --git a/Ombi.UI/Views/Requests/Index.cshtml b/Ombi.UI/Views/Requests/Index.cshtml index 7199253c7..867e2c3dc 100644 --- a/Ombi.UI/Views/Requests/Index.cshtml +++ b/Ombi.UI/Views/Requests/Index.cshtml @@ -191,18 +191,36 @@
- {{#if_eq type "tv"}} - @UI.Search_TV_Show_Status: - {{else}} - @UI.Search_Movie_Status: - {{/if_eq}} - {{status}} - {{#if denied}}
- Denied: + {{#if_eq type "tv"}} + @UI.Search_TV_Show_Status: + {{else}} + @UI.Search_Movie_Status: + {{/if_eq}} + {{status}} +
+ +
+ Request status: + {{#if available}} + @UI.Search_Available_on_plex + {{else}} + {{#if approved}} + @UI.Search_Processing_Request + {{else if denied}} + @UI.Search_Request_denied {{#if deniedReason}} {{/if}} + {{else}} + @UI.Search_Pending_approval + {{/if}} + {{/if}} +
+ {{#if denied}} +
+ Denied: +
{{/if}} @@ -211,26 +229,7 @@ {{else}}
@UI.Requests_ReleaseDate: {{releaseDate}}
{{/if_eq}} - {{#unless denied}} -
- @UI.Common_Approved: - {{#if_eq approved false}} - - {{/if_eq}} - {{#if_eq approved true}} - - {{/if_eq}} -
- {{/unless}} -
- @UI.Requests_Available - {{#if_eq available false}} - - {{/if_eq}} - {{#if_eq available true}} - - {{/if_eq}} -
+
{{#if_eq type "tv"}} {{#if episodes}} diff --git a/Ombi.UI/Views/UserLogin/Username.cshtml b/Ombi.UI/Views/UserLogin/Username.cshtml index fd06ae1e2..a62f456ee 100644 --- a/Ombi.UI/Views/UserLogin/Username.cshtml +++ b/Ombi.UI/Views/UserLogin/Username.cshtml @@ -6,7 +6,7 @@

@UI.UserLogin_Title

- @string.Format(UI.UserLogin_Paragraph, Html.GetMediaServerName()) + @string.Format(UI.UserLogin_Paragraph, Html.GetMediaServerName().ToHtmlString()).ToString()