From e3158f56e9e17dc959c98825b7f005e0749b3c29 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 26 Sep 2016 09:57:50 +0200 Subject: Display provider message next to tweets aswell The content.html.haml was modified to pick the layout based on wether tweets are enabled or not. We need to display the provider message in both cases. --- app/views/home/_content.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 45afd92..c7902b1 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -6,6 +6,8 @@ .row = home_page_buttons + .row + = render 'home/provider_message' .col-md-1 -- cgit v1.2.3