Skip to content
Snippets Groups Projects
Commit d7db798a authored by Joshua Arts's avatar Joshua Arts
Browse files

show placeholder when no participants field

parent a6fc8f0f
Branches
Tags
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment