diff options
author | claucece <soficeli0@gmail.com> | 2015-09-15 23:18:32 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:34:21 -0500 |
commit | 0a8b671803c9517ea06d1f6c003db3bf16aed1d2 (patch) | |
tree | f092091c81116510fe5ef39a74093d65633c1d6a | |
parent | 027086fc7be10607d27a56fa18f905b696f917d4 (diff) |
Donation button
-rw-r--r-- | app/views/layouts/_footer.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index fa523d4..3bba21f 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -15,3 +15,4 @@ = link_to icon('comment') + t(:contact), contact_path - if paid_service_level? = link_to icon('shopping-cart') + t(:pricing), pricing_path + = link_to icon('barcode') + t(:Donations), new_payment_path |