Hide the small image for now
This commit is contained in:
parent
beb1b8ae26
commit
8d6c9978b9
1 changed files with 6 additions and 6 deletions
|
|
@ -4,12 +4,12 @@
|
||||||
.row
|
.row
|
||||||
.col-md-8.col-md-offset-2#header
|
.col-md-8.col-md-offset-2#header
|
||||||
.row
|
.row
|
||||||
- if conference.picture?
|
-# - if conference.picture?
|
||||||
.col-md-4
|
-# .col-md-4
|
||||||
= image_tag(conference.picture_url,
|
-# = image_tag(conference.picture_url,
|
||||||
class: 'img-responsive img-center',
|
-# class: 'img-responsive img-center',
|
||||||
id: 'splash-logo')
|
-# id: 'splash-logo')
|
||||||
.col-md-8
|
.col-md-8.col-md-offset-2
|
||||||
%h1
|
%h1
|
||||||
= conference.title
|
= conference.title
|
||||||
%h3
|
%h3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue