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