show placeholder when no participants field

This commit is contained in:
Joshua Arts 2018-08-21 13:20:04 -04:00
parent a6fc8f0f2f
commit d7db798adc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<div class="small text-muted text-uppercase">
<%= t("recording.table.users") %>
</div>
<%= recording[:participants] %>
<%= recording[:participants] || "-" %>
</td>
<td class="text-left">
<div class="dropdown">