Update app/views/conferences/_highlights.haml
Co-authored-by: Henne Vogelsang <hvogel@opensuse.org>
This commit is contained in:
parent
01bb991d46
commit
7bbac4b599
1 changed files with 1 additions and 1 deletions
|
|
@ -16,6 +16,6 @@
|
||||||
class: ['img-responsive', 'img-circle'],
|
class: ['img-responsive', 'img-circle'],
|
||||||
title: speaker.name
|
title: speaker.name
|
||||||
.caption
|
.caption
|
||||||
- unless speaker.nil?
|
- if speaker
|
||||||
%h3.text-center= speaker.name
|
%h3.text-center= speaker.name
|
||||||
%h4.text-center= event.title
|
%h4.text-center= event.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue