UI: Turn list of federated instances into links
This commit is contained in:
parent
323de5b114
commit
5a2cc84bdc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
<ul>
|
<ul>
|
||||||
$forall h <- federatedServers
|
$forall h <- federatedServers
|
||||||
<li>
|
<li>
|
||||||
<code>
|
<a href="https://#{h}">
|
||||||
#{h}
|
#{h}
|
||||||
|
|
||||||
<.instance>
|
<.instance>
|
||||||
|
|
Loading…
Reference in a new issue