Merge pull request #487 from thelounge/astorije/app-name

Add "The Lounge" label to the landing pages
This commit is contained in:
Jérémie Astori 2016-07-19 23:09:17 -04:00 committed by GitHub
commit 0cc4f0e920
1 changed files with 5 additions and 2 deletions

View File

@ -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">