mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
748787d242
commit
3d211d26eb
@ -21,7 +21,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</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>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -88,7 +88,8 @@ i2p_frame_tunnels = _create_i2p_frame_view(
|
|||||||
)
|
)
|
||||||
i2p_frame_torrent = _create_i2p_frame_view(
|
i2p_frame_torrent = _create_i2p_frame_view(
|
||||||
"Anonymous torrents", "i2psnark", [
|
"Anonymous torrents", "i2psnark", [
|
||||||
_('Track the progress of your anonymous torrent downlaods here.'),
|
_('Track the progress of your anonymous torrent downloads here.'),
|
||||||
_('You can find torrents on the <a href="http://tracker.postman.i2p">Postman Tracker</a>'),
|
_('You can find a list of trackers on the '
|
||||||
|
'<a href="/i2p/i2psnark/configure" target="i2p-frame" >Configuration page</a>'),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user