mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +01:00
Add link to search from tag edit page
This commit is contained in:
parent
7df1b8cc0f
commit
ed8ce8c16c
@ -26,5 +26,10 @@
|
|||||||
<small class="form-text text-muted">Whether non-Editors can add this tag to packages</small>
|
<small class="form-text text-muted">Whether non-Editors can add this tag to packages</small>
|
||||||
</div>
|
</div>
|
||||||
{{ render_submit_field(form.submit) }}
|
{{ render_submit_field(form.submit) }}
|
||||||
|
{% if tag %}
|
||||||
|
<a class="ml-5" target="_blank" href="{{ url_for('packages.list_all', tag=tag.name) }}">
|
||||||
|
View packages with tag
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user