add background image to conf page

This commit is contained in:
Stephanie Wilkinson 2017-09-29 15:15:02 -07:00
parent 1d55e6edb0
commit 246860d44e

View file

@ -93,6 +93,6 @@
cell_size: 100,
x_colors: triangle_colors
});
$('#banner').css('background-color', "#{@conference.color}");
$('#banner').css('background-image', "url('#{@conference.picture_url}')");
});
});