forked from External/greenlight
recenter errors and missing locales
This commit is contained in:
parent
572134f344
commit
4b9ca3f13e
|
@ -51,10 +51,6 @@ a {
|
|||
min-height: calc(100% - #{$header-height} - #{$footer-height});
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
transform: translateY(25%);
|
||||
}
|
||||
|
||||
.footer {
|
||||
height: $footer-height;
|
||||
width: 100%;
|
||||
|
|
|
@ -1,16 +1,12 @@
|
|||
<div class="page mt-0">
|
||||
<div class="page-content mt-0">
|
||||
<div class="container text-center">
|
||||
<i class="fas fa-database fa-6x mb-4"></i>
|
||||
<h1 class="h3 mb-2"><%= t("errors.migration_error.notice") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.migration_error.contact_admin") %></p>
|
||||
<h1 class="h3 mb-3"><%= t("errors.migration_error.version") %></h1>
|
||||
<a class="btn btn-success mt-3 mx-3" href="http://docs.bigbluebutton.org/install/greenlight-v2.html#upgrading-from-greenlight-10" target="_blank">
|
||||
<i class="far fa-star mr-2"></i><%= t("errors.migration_error.upgrade") %>
|
||||
</a>
|
||||
<a class="btn btn-info mt-3 mx-3 w-20" href="http://docs.bigbluebutton.org/install/greenlight-v2.html#remaining-on-greenlight-10" target="_blank">
|
||||
<i class="far fa-hand-paper mr-2"></i><%= t("errors.migration_error.continue") %>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center pt-9">
|
||||
<i class="fas fa-database fa-6x mb-4"></i>
|
||||
<h1 class="h3 mb-2"><%= t("errors.migration_error.notice").html_safe %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.migration_error.contact_admin") %></p>
|
||||
<h1 class="h3 mb-3"><%= t("errors.migration_error.version") %></h1>
|
||||
<a class="btn btn-success mt-3 mx-3" href="http://docs.bigbluebutton.org/install/greenlight-v2.html#upgrading-from-greenlight-10" target="_blank">
|
||||
<i class="far fa-star mr-2"></i><%= t("errors.migration_error.upgrade") %>
|
||||
</a>
|
||||
<a class="btn btn-info mt-3 mx-3 w-20" href="http://docs.bigbluebutton.org/install/greenlight-v2.html#remaining-on-greenlight-10" target="_blank">
|
||||
<i class="far fa-hand-paper mr-2"></i><%= t("errors.migration_error.continue") %>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
<div class="page">
|
||||
<div class="page-content">
|
||||
<div class="container text-center">
|
||||
<div class="display-1 text-muted mb-5">500</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.internal.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.internal.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center pt-9">
|
||||
<div class="display-1 text-muted mb-5">500</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.internal.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.internal.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
<div class="page">
|
||||
<div class="page-content">
|
||||
<div class="container text-center">
|
||||
<div class="display-1 text-muted mb-5">404</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.not_found.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.not_found.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center pt-9">
|
||||
<div class="display-1 text-muted mb-5">404</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.not_found.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.not_found.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -1,12 +1,8 @@
|
|||
<div class="page">
|
||||
<div class="page-content">
|
||||
<div class="container text-center">
|
||||
<div class="display-1 text-muted mb-5">422</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.unprocessable.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.unprocessable.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container text-center pt-9">
|
||||
<div class="display-1 text-muted mb-5">422</div>
|
||||
<h1 class="h2 mb-3"><%= t("errors.unprocessable.message") %></h1>
|
||||
<p class="h4 text-muted font-weight-normal mb-7"><%= t("errors.unprocessable.help") %></p>
|
||||
<a class="btn btn-primary" href="javascript:history.back()">
|
||||
<i class="fas fa-arrow-left mr-2"></i><%= t("go_back") %>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -18,6 +18,8 @@ en:
|
|||
notice: >
|
||||
Greenlight encountered a database migration error.<br>
|
||||
This may be because you haven't updated to Greenlight 2.0.
|
||||
upgrade: Show me how to upgrade to 2.0!
|
||||
version: We've released a new version of Greenlight, but your database isn't compatible.
|
||||
not_found:
|
||||
message: Whoops! Looks like we can't find that.
|
||||
help: Is it possible its been removed?
|
||||
|
|
Loading…
Reference in New Issue