forked from External/greenlight
update javascript and neaten up layout
This commit is contained in:
@ -36,20 +36,21 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="row invite-join-wrapper">
|
||||
<div class="col-xs-6">
|
||||
<div class="title-wrapper text-center">
|
||||
<div class="title">
|
||||
<div class="title-invite">
|
||||
<h2><%= t('invite') %></h2>
|
||||
<span><%= t('invite_description') %></span>
|
||||
</div>
|
||||
</div>
|
||||
<%= render 'shared/meeting_url', hidden: false %>
|
||||
</div>
|
||||
<div class="verticle-line"></div>
|
||||
<div class="col-xs-6">
|
||||
<div class="title-wrapper text-center">
|
||||
<div class="title">
|
||||
<h2><%= t('join_session_id', id: '<meeting-name>') %></h2>
|
||||
<div class="title-join">
|
||||
<h2 class="join-meeting-title"><%= t('join') %></h2>
|
||||
</div>
|
||||
</div>
|
||||
<%= render 'shared/join_form' %>
|
||||
|
@ -17,11 +17,6 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
<div class="input-group">
|
||||
<div class="meeting-url-group">
|
||||
<input type="text" class="form-control meeting-url"/>
|
||||
<% if params[:action] == 'index' %>
|
||||
<i class="fa fa-refresh generate-link has-tooltip" aria-hidden="true"
|
||||
title="<%= t('url_refresh_hint') %>"
|
||||
></i>
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<span class="input-group-btn">
|
||||
|
Reference in New Issue
Block a user