summaryrefslogtreecommitdiff
path: root/app/views/home/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/home/index.html.haml')
-rw-r--r--app/views/home/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml
index 728b5b8..79b515e 100644
--- a/app/views/home/index.html.haml
+++ b/app/views/home/index.html.haml
@@ -13,5 +13,5 @@
%hr
%p
= link_to "fetch a cert", cert_path
-- # TODO: will want link to donation (anonymous payment), which is new_payment_path
-
+ %p
+ = link_to "make donation", new_payment_path if APP_CONFIG[:payment].present?