diff --git a/app/views/home/sell.html.haml b/app/views/home/sell.html.haml index 6d79f656a7..6bebf70e93 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, t(:sell_ask_services) + = mail_to ContentConfig.footer_email.reverse, t(:sell_ask_services) = render "shared/footer"