From c772257d41dafea399eb9184cc93bf3e8bbcdba6 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 2 Jul 2011 15:39:55 -0400 Subject: [PATCH] add message to /donate if user has image mode access --- app/views/static/donate.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/static/donate.html.haml b/app/views/static/donate.html.haml index 8e2b79ec..f0b534e1 100644 --- a/app/views/static/donate.html.haml +++ b/app/views/static/donate.html.haml @@ -10,6 +10,10 @@ %span.campaign-goal 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 %figure#image-mode-preview = image_tag 'image_mode_preview.png'