forked from External/greenlight
localize views
This commit is contained in:
@ -9,11 +9,11 @@
|
||||
<div class="background landing-section">
|
||||
<div class="d-flex align-items-center" style="height: 100%;">
|
||||
<div class="container text-center">
|
||||
<h1 id="main-text" class="font-weight-400 responsive-header">Welcome to Greenlight.</h1>
|
||||
<h4 class="text-muted">A simple front end for your BigBlueButton Open Source Web Conferencing Server.</h4>
|
||||
<h1 id="main-text" class="font-weight-400 responsive-header"><%= t("landing.welcome") %></h1>
|
||||
<h4 class="text-muted"><%= t("landing.about") %></h4>
|
||||
|
||||
<%= link_to "https://youtu.be/Hso8yLzkqj8", class: "p-3", target: "_blank" do %>
|
||||
<h4>Watch a tutorial on using Greenlight <i class="far fa-play-circle"></i></h4>
|
||||
<h4><%= t("landing.video") %> <i class="far fa-play-circle"></i></h4>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user