From 8d6c9978b967e07d195b7f1b308b1fd2251ccd54 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 17 Dec 2019 03:15:05 -0800 Subject: [PATCH] Hide the small image for now --- app/views/conferences/_header.haml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/conferences/_header.haml b/app/views/conferences/_header.haml index f4b902ab..025009aa 100644 --- a/app/views/conferences/_header.haml +++ b/app/views/conferences/_header.haml @@ -4,12 +4,12 @@ .row .col-md-8.col-md-offset-2#header .row - - if conference.picture? - .col-md-4 - = image_tag(conference.picture_url, - class: 'img-responsive img-center', - id: 'splash-logo') - .col-md-8 + -# - if conference.picture? + -# .col-md-4 + -# = image_tag(conference.picture_url, + -# class: 'img-responsive img-center', + -# id: 'splash-logo') + .col-md-8.col-md-offset-2 %h1 = conference.title %h3