From ecc516b8021dbd9db5343bff2b8387e55d7bd740 Mon Sep 17 00:00:00 2001 From: Stella Date: Tue, 25 Mar 2014 11:30:17 +0200 Subject: [PATCH] avoid missing image icon --- app/views/home/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index 506a07e6..b6f27829 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -7,7 +7,7 @@ .well .row .col-md-4.text-center - = image_tag(conference.logo(:original), class: 'img-responsive') + = image_tag(conference.logo(:original), class: 'img-responsive') if conference.logo? .col-md-6 %h3 = conference.title