mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Lifetime premium accounts should see status when on Renewal dialog.
This commit is contained in:
parent
3629a7ff4d
commit
43ab6bddb1
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ _.extend(NEWSBLUR.ReaderFeedchooser.prototype, {
|
|||
$.make('b', { style: 'display: block; margin: 8px 0' }, [
|
||||
$.make('span', { className: 'NB-raquo' }, '»'),
|
||||
' ',
|
||||
NEWSBLUR.Globals.premium_expire && NEWSBLUR.utils.format_date(NEWSBLUR.Globals.premium_expire)
|
||||
NEWSBLUR.Globals.premium_expire && NEWSBLUR.utils.format_date(NEWSBLUR.Globals.premium_expire),
|
||||
(!NEWSBLUR.Globals.premium_expire && $.make('b', "Never gonna expire. Congrats!"))
|
||||
]),
|
||||
'You can change your payment method and card details. ',
|
||||
(NEWSBLUR.Globals.premium_expire < new Date) ?
|
||||
|
|
Loading…
Add table
Reference in a new issue