parent
21bb4a6c3b
commit
3ac7b353f8
|
@ -44,7 +44,7 @@
|
||||||
%th= t('admin.accounts.push_subscription_expires')
|
%th= t('admin.accounts.push_subscription_expires')
|
||||||
%td
|
%td
|
||||||
- if @account.subscribed?
|
- if @account.subscribed?
|
||||||
%time.formatted{ datetime: account.subscription_expires_at.iso8601, title: l(account.subscription_expires_at) }
|
%time.formatted{ datetime: @account.subscription_expires_at.iso8601, title: l(@account.subscription_expires_at) }
|
||||||
= l @account.subscription_expires_at
|
= l @account.subscription_expires_at
|
||||||
- else
|
- else
|
||||||
= t('admin.accounts.not_subscribed')
|
= t('admin.accounts.not_subscribed')
|
||||||
|
|
Loading…
Reference in New Issue