mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
We now do not show the text Requested By to the user, we also show a 'success' message instead of a warning when something has already been requested
This commit is contained in:
parent
14d1d279bb
commit
8256ceec2d
3 changed files with 5 additions and 3 deletions
|
@ -140,7 +140,9 @@
|
|||
{{#if_eq type "tv"}}
|
||||
<div>Series Requested: {{seriesRequested}}</div>
|
||||
{{/if_eq}}
|
||||
{{#if requestedUsers}}
|
||||
<div>Requested By: {{requestedUsers}}</div>
|
||||
{{/if}}
|
||||
<div>Requested Date: {{requestedDate}}</div>
|
||||
<div id="issueArea{{requestId}}">
|
||||
{{#if otherMessage}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue