Add Nomad PHP lightning talk
This commit is contained in:
parent
33bbe17e8c
commit
dab9a0e9b3
2 changed files with 16 additions and 1 deletions
|
@ -20,7 +20,11 @@
|
|||
{% endif %}
|
||||
|
||||
<small class="db black-70">
|
||||
{{ row.event.type|default('Talk') }}
|
||||
{% if row.talk.type %}
|
||||
{{ row.talk.type }}
|
||||
{% else %}
|
||||
{{ row.event.type|default('Talk') }}
|
||||
{% endif %}
|
||||
</small>
|
||||
</td>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue