mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-05 22:51:36 +01:00
add maps to navbar
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<td style="color: green;">+{{ '%0.2f' | format(m.ratingSystemDeviation) }}%
|
||||
</td>
|
||||
{% else %}
|
||||
<td style="color: red;">+{{ '%0.2f' | format(m.ratingSystemDeviation) }}%
|
||||
<td style="color: red;">{{ '%0.2f' | format(m.ratingSystemDeviation) }}%
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
|
||||
@@ -15,6 +15,9 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/rounds">Rounds</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/maps">Maps</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
<li class="nav-item right mr-2">
|
||||
<a class="nav-link" href="/rounds">Rounds</a>
|
||||
</li>
|
||||
<li class="nav-item right mr-2">
|
||||
<a class="nav-link" href="/maps">Maps</a>
|
||||
</li>
|
||||
<li class="nav-item right">
|
||||
<input id="getPlayer" type="text" aria-label="search for player" class="mt-1"
|
||||
placeholder="search player...">
|
||||
|
||||
Reference in New Issue
Block a user