mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [vanity] vanity tree, add links
This commit is contained in:
parent
6fa8f6e0bc
commit
f62ec679cc
1 changed files with 2 additions and 2 deletions
|
@ -41,13 +41,13 @@
|
||||||
{% if vanities_tree | length > 1 %}
|
{% if vanities_tree | length > 1 %}
|
||||||
<i class="fas fa-arrow-right"></i>
|
<i class="fas fa-arrow-right"></i>
|
||||||
{% for vanity in vanities_tree[:-1] %}
|
{% for vanity in vanities_tree[:-1] %}
|
||||||
<btn class="btn btn-primary disabled">{{ vanity }}</btn> <i class="fas fa-arrow-right"></i>
|
<a class="btn btn-primary" href="{{url_for('crawler_splash.domains_explorer_vanity_explore')}}?vanity={{vanity}}&length={{ vanity | length }}">{{ vanity }}</a> <i class="fas fa-arrow-right"></i>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<btn class="btn btn-primary disabled">{{ vanities_tree[-1] }}</btn>
|
<btn class="btn btn-primary disabled">{{ vanities_tree[-1] }}</btn>
|
||||||
{% else %}
|
{% else %}
|
||||||
<i class="fas fa-arrow-right"></i>
|
<i class="fas fa-arrow-right"></i>
|
||||||
{% for vanity in vanities_tree %}
|
{% for vanity in vanities_tree %}
|
||||||
<btn class="btn btn-primary disabled">{{ vanity }}</btn>
|
<a class="btn btn-primary" href="{{url_for('crawler_splash.domains_explorer_vanity_explore')}}?vanity={{vanity}}&length={{ vanity | length }}">{{ vanity }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue