forked from External/greenlight
GRN2-253: Added the ability to share rooms across multiple users (#912)
* Added ability to share rooms with other users * Fixed testcases
This commit is contained in:
committed by
farhatahmad
parent
8cbfc3f730
commit
967130e57c
@ -94,7 +94,7 @@
|
||||
<% failed_recordings = 0 %>
|
||||
<% recordings.each do |recording| %>
|
||||
<% begin %>
|
||||
<% if only_public %>
|
||||
<% if only_public || (defined?(shared_room) && shared_room) %>
|
||||
<%= render "shared/components/public_recording_row", recording: recording %>
|
||||
<% else %>
|
||||
<%= render "shared/components/recording_row", recording: recording %>
|
||||
|
Reference in New Issue
Block a user