From 014ff5bda0802d51b4cbca5a2fd904d953223d2f Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 8 Oct 2013 12:32:07 -0700 Subject: Payments made when authenticated will be donations, and not connected to customer in any way. --- app/views/home/index.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/home/index.html.haml') 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? -- cgit v1.2.3