mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 19:23:59 -04:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
%h2 Your current account status
|
|
|
|
%p
|
|
%strong Account type:
|
|
= current_member.account_type.name
|
|
|
|
- if current_member.account.paid_until_string
|
|
%p
|
|
%strong Paid until:
|
|
= current_member.account.paid_until_string
|
|
|
|
- if !current_member.paid?
|
|
= link_to "Upgrade and support #{ENV['GROWSTUFF_SITE_NAME']}", shop_path, :class => 'btn btn-primary'
|