This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
greenlight/app/views/rooms/wait.html.erb

12 lines
303 B
Plaintext

<%= render 'shared/room_event' do %>
<div class="row">
<div class="col-9">
<h3><%= t("room.wait.message") %></h3>
<h4 class="text-muted"><%= t("room.wait.auto") %></h4>
</div>
<div class="col-3">
<div class="loader align-bottom mt-3"></div>
</div>
</div>
<% end %>