forked from External/greenlight
fix missing locales and bump name/email max
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
</head>
|
||||
|
||||
<body class="app-background" data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>">
|
||||
<%= render "shared/header" %>
|
||||
<%= render "shared/header" %>
|
||||
|
||||
<div class="page">
|
||||
<div class="wrapper">
|
||||
<% if bigbluebutton_endpoint_default? %>
|
||||
<%= render "shared/error_banner" do %>
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<div class="container">
|
||||
<div class="container pt-9 pb-4">
|
||||
<div class="row pb-8">
|
||||
<div class="col-md-8 col-sm-12">
|
||||
<p id="main-text" class="font-weight-400 display-4"><%= t("landing.welcome").html_safe %></p>
|
||||
|
@ -15,7 +15,7 @@
|
||||
<% else %>
|
||||
<span class="avatar" style="background-image: url(<%= @room.owner.image %>)"></span>
|
||||
<% end %>
|
||||
<h5 class="font-weight-normal ml-4 mt-3"><%= @room.owner.name %> (<%= t("room.invited") %>)</h5>
|
||||
<h5 class="font-weight-normal ml-4 mt-3"><%= @room.owner.name %> (<%= t("room.owner") %>)</h5>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-md-4 col-sm-12">
|
||||
|
Reference in New Issue
Block a user