i2p: torrents: Link to the list of trackers

There are already a few listed, so no need to rewrite the list

freedombox-team/plinth#1428 Request: I2P support

Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
LoveIsGrief 2019-03-04 10:50:11 +01:00 committed by Sunil Mohan Adapa
parent 748787d242
commit 3d211d26eb
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2
2 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,7 @@
{% endfor %}
</div>
<iframe class="i2p-main-container__frame" src="{{ path }}" frameborder="0"></iframe>
<iframe name="i2p-frame" class="i2p-main-container__frame" src="{{ path }}" frameborder="0"></iframe>
</div>
{% endblock %}

View File

@ -88,7 +88,8 @@ i2p_frame_tunnels = _create_i2p_frame_view(
)
i2p_frame_torrent = _create_i2p_frame_view(
"Anonymous torrents", "i2psnark", [
_('Track the progress of your anonymous torrent downlaods here.'),
_('You can find torrents on the <a href="http://tracker.postman.i2p">Postman Tracker</a>'),
_('Track the progress of your anonymous torrent downloads here.'),
_('You can find a list of trackers on the '
'<a href="/i2p/i2psnark/configure" target="i2p-frame" >Configuration page</a>'),
]
)