diff --git a/app/views/home/sell.html.haml b/app/views/home/sell.html.haml index 6bebf70e93..5238fd4cd8 100644 --- a/app/views/home/sell.html.haml +++ b/app/views/home/sell.html.haml @@ -44,6 +44,6 @@ %p = t :sell_embed - = mail_to ContentConfig.footer_email.reverse, t(:sell_ask_services) + = link_to t(:sell_ask_services), ContentConfig.footer_email.reverse, mailto: true = render "shared/footer"