diff options
Diffstat (limited to 'app/views')
-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? |