forked from External/greenlight
show placeholder when no participants field
This commit is contained in:
parent
a6fc8f0f2f
commit
d7db798adc
|
@ -38,7 +38,7 @@
|
||||||
<div class="small text-muted text-uppercase">
|
<div class="small text-muted text-uppercase">
|
||||||
<%= t("recording.table.users") %>
|
<%= t("recording.table.users") %>
|
||||||
</div>
|
</div>
|
||||||
<%= recording[:participants] %>
|
<%= recording[:participants] || "-" %>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-left">
|
<td class="text-left">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
|
Loading…
Reference in New Issue