mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix to only show speaker email if it's public
This commit is contained in:
parent
81831d7df9
commit
6fa709a4de
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
.col-md-8
|
||||
%h4
|
||||
= link_to speaker.name, user_path(speaker.id)
|
||||
= "(#{speaker.email})"
|
||||
- if speaker.email_public?
|
||||
= "(#{speaker.email})"
|
||||
- if speaker.affiliation?
|
||||
.text-muted
|
||||
from
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue