forked from External/greenlight
select randomized title from pool on root page
This commit is contained in:
@ -13,12 +13,6 @@ You should have received a copy of the GNU Lesser General Public License along
|
||||
with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<% if current_user %>
|
||||
<% page_title = t('greet_user', name: current_user.name) %>
|
||||
<% else %>
|
||||
<% page_title= t('greet_guest', name: @user.username) %>
|
||||
<% end %>
|
||||
|
||||
<div class="page-wrapper rooms" data-main-room="<%= @main_room %>" data-id="<%= @meeting_id %>" data-admin-id="<%= @user.encrypted_id %>">
|
||||
<div class="container-fluid">
|
||||
|
||||
|
Reference in New Issue
Block a user