forked from External/greenlight
		
	show placeholder when no participants field
This commit is contained in:
		@@ -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">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user