This commit is contained in:
Maxime Augier 2024-01-19 17:27:58 +01:00
parent 8f89be0a59
commit 9433f36cc5

View File

@ -55,7 +55,7 @@ templates::{info_html, instance_html, statics::index_css},
</article> </article>
} }
<article> <article>
<a name="#joining"><h3>Rejoindre</h3></a> <a name="#joining"><h3>Comment Rejoindre</h3></a>
<section class="joining"> <section class="joining">
@if config.restricted_mode() { @if config.restricted_mode() {
<h4> <h4>
@ -89,7 +89,7 @@ templates::{info_html, instance_html, statics::index_css},
</article> </article>
@if !nodes.is_empty() { @if !nodes.is_empty() {
<article> <article>
<h3>@nodes.len() Connected Servers</h3> <h3>@nodes.len() instances connectées</h3>
<ul> <ul>
@for node in nodes { @for node in nodes {
@if let Some(inst) = node.instance.as_ref() { @if let Some(inst) = node.instance.as_ref() {