diff options
| -rw-r--r-- | app/views/layouts/_footer.html.haml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 3bba21f..ff84dff 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -15,4 +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 +    = link_to icon('barcode') + t(:Donations), new_payment_path if APP_CONFIG[:payment].present? | 
