add background image to conf page
This commit is contained in:
parent
1d55e6edb0
commit
246860d44e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,6 +93,6 @@
|
||||||
cell_size: 100,
|
cell_size: 100,
|
||||||
x_colors: triangle_colors
|
x_colors: triangle_colors
|
||||||
});
|
});
|
||||||
$('#banner').css('background-color', "#{@conference.color}");
|
$('#banner').css('background-image', "url('#{@conference.picture_url}')");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue