mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Add "The Lounge" label to the landing pages
This commit is contained in:
parent
28938be10d
commit
9ff3f07978
1 changed files with 5 additions and 2 deletions
|
@ -69,7 +69,7 @@
|
||||||
<form class="container" method="post" action="">
|
<form class="container" method="post" action="">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<h1 class="title">Sign in</h1>
|
<h1 class="title">Sign in to The Lounge</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<label>
|
<label>
|
||||||
|
@ -107,7 +107,10 @@
|
||||||
<form class="container" method="post" action="">
|
<form class="container" method="post" action="">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<h1 class="title">Connect</h1>
|
<h1 class="title">
|
||||||
|
<%= public ? "The Lounge - " : "" %>
|
||||||
|
Connect
|
||||||
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
|
|
Loading…
Reference in a new issue