diff options
author | jessib <jessib@riseup.net> | 2013-10-08 12:32:07 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-10-08 12:32:07 -0700 |
commit | 014ff5bda0802d51b4cbca5a2fd904d953223d2f (patch) | |
tree | 96846abbd1ba30d365affe4891d2cfaea3176191 /app | |
parent | eaedf19e2e54ccb9933caa8dc21df13e48609b18 (diff) |
Payments made when authenticated will be donations, and not connected to customer in any way.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/home/index.html.haml | 4 |
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? |