Moderator access code now being shown in the admin room settings (#2774)

This commit is contained in:
Ahmad Farhat 2021-06-08 22:56:07 -04:00 committed by GitHub
parent 184ffdb288
commit 5ba763a216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
%>
<tr class="room-block" data-path="<%= update_settings_path(room) %>" data-room-settings=<%= room.room_settings %> data-room-access-code="<%= room.access_code %>">
<tr class="room-block" data-path="<%= update_settings_path(room) %>" data-room-settings=<%= room.room_settings %> data-room-access-code="<%= room.access_code %>" data-room-moderator-access-code="<%= room.moderator_access_code %>">
<td>
<div id="room-title" class="edit_hover_class">
<% if room.id == room.owner.room_id %>