Make links less clunky.

This commit is contained in:
Flancian 2021-01-24 17:02:56 +01:00
parent 790e815e04
commit 80461f3c9c
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
</div>
<div class="pushlinks">
<span class="pushlinks-header">↑ pushing to this node</span><br />
<span class="pushlinks-header">↑ pushing</span><br />
{% if pushing_nodes %}
{% for node in pushing_nodes %}
<a href="/node/{{node.uri}}">{{node.uri}}</a><br />
@ -45,7 +45,7 @@
<br />
-->
<span class="pulllinks-header">↓ pulling this node</span><br />
<span class="pulllinks-header">↓ pulling</span><br />
{% if pulling_nodes %}
{% for node in pulling_nodes %}
<a href="/node/{{node.uri}}">{{node.uri}}</a><br />