summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
committerjessib <jessib@riseup.net>2013-10-08 12:32:07 -0700
commit014ff5bda0802d51b4cbca5a2fd904d953223d2f (patch)
tree96846abbd1ba30d365affe4891d2cfaea3176191 /app/views
parenteaedf19e2e54ccb9933caa8dc21df13e48609b18 (diff)
Payments made when authenticated will be donations, and not connected to customer in any way.
Diffstat (limited to 'app/views')
-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?