mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Admin panel needs ot differentiate between premiums.
This commit is contained in:
parent
4b950033bb
commit
2ace633ce7
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ _.extend(NEWSBLUR.ReaderUserAdmin.prototype, {
|
|||
|
||||
if (data.is_premium) {
|
||||
$actions.append($.make('div', { style: 'margin-bottom: 12px' }, [
|
||||
"User is premium, expires: ",
|
||||
(data.is_premium && !data.is_archive && "User is premium, expires: "),
|
||||
(data.is_premium && data.is_archive && "User is premium ARCHIVE, expires: "),
|
||||
(data.premium_expire || $.make('b', 'NEVER'))
|
||||
]));
|
||||
$actions.append($.make('div', { style: 'margin-bottom: 12px' }, [
|
||||
|
|
Loading…
Add table
Reference in a new issue