1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Add arrow to branch drop-down menu

This commit is contained in:
Unrud 2020-04-04 15:30:03 +02:00
parent 88fd7df106
commit 010fd02601
6 changed files with 35 additions and 14 deletions

View file

@ -30,8 +30,10 @@ $endif$
<div class="logoContainer">
<h1>
Radicale
<span class="documentBranch">$branch$</span>
<select class="documentBranch"></select>
<span class="documentBranch">
<span>$branch$</span>
<select></select>
</span>
</h1>
<p>Free and Open-Source CalDAV and CardDAV Server</p>
</div>