add message to /donate if user has image mode access
This commit is contained in:
parent
478a06b2ec
commit
c772257d41
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
%span.campaign-goal
|
%span.campaign-goal
|
||||||
to run the upgraded server for a year
|
to run the upgraded server for a year
|
||||||
|
|
||||||
|
- if can_use_image_mode?
|
||||||
|
%p.success
|
||||||
|
Thank you for your help! Image Mode should be live on your account. Enjoy!
|
||||||
|
|
||||||
%section#image-mode-data
|
%section#image-mode-data
|
||||||
%figure#image-mode-preview
|
%figure#image-mode-preview
|
||||||
= image_tag 'image_mode_preview.png'
|
= image_tag 'image_mode_preview.png'
|
||||||
|
|
Loading…
Reference in a new issue