forked from External/greenlight
Added javascript needed to rename from all recordings (#390)
This commit is contained in:
committed by
Jesus Federico
parent
ef8fc2c0e4
commit
ab6655554c
@ -15,7 +15,7 @@
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<div id="recording-title" class="form-inline edit_hover_class" data-recordid="<%= recording[:recordID] %>">
|
||||
<div id="recording-title" class="form-inline edit_hover_class" data-recordid="<%= recording[:recordID] %>" data-room-uid="<%= recording[:room_uid] %>">
|
||||
<text id='recording-text'>
|
||||
<% if recording[:metadata][:name] %>
|
||||
<%= recording[:metadata][:name] %>
|
||||
|
Reference in New Issue
Block a user