mirror of
https://github.com/thelounge/thelounge
synced 2024-11-27 14:30:57 +00:00
Merge pull request #488 from thelounge/astorije/network-name
Display network name on Connect page when network is locked and info is hidden
This commit is contained in:
commit
54a131db8b
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
<%= public ? "The Lounge - " : "" %>
|
<%= public ? "The Lounge - " : "" %>
|
||||||
Connect
|
Connect
|
||||||
|
<%= !displayNetwork && lockNetwork ? "to " + defaults.name : "" %>
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
<div <%= typeof(displayNetwork) !== "undefined" && !displayNetwork ? 'style="display: none;"' : ''%>>
|
||||||
|
|
Loading…
Reference in a new issue