mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-16 14:03:28 +02:00
Multiple small template improvements
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
{% else %}
|
||||
{% set ip = a | split(pat=":") | first %}
|
||||
{% endif %}
|
||||
<dd>{{ helper::ip(extra=extra, ip=ip) }}</dd>
|
||||
<dd>{{ helper::ip(extra=extra, ip=ip, text=a) }}</dd>
|
||||
{%- endfor %}
|
||||
{%- else %}
|
||||
<dd>None Configured</dd>
|
||||
@ -53,5 +53,6 @@
|
||||
</ul>
|
||||
<p class="box hint">You can use this DNS server by typing <code>via {{c.aliases | first }}</code> {% if c.aliases | length > 1 %}(or any other alias){% endif %} in the searchfield.</p>
|
||||
</section>
|
||||
<p><a href="{{extra.base_url}}/dns_resolver">Back to DNS Resolver list</a></p>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user