fix breadcrumbs again (follow on of #1769) (#1770)

This commit is contained in:
Tom Kralidis
2024-08-05 08:13:44 -04:00
committed by GitHub
parent 491ceaff48
commit 4b28de6d42
2 changed files with 2 additions and 2 deletions
@@ -3,7 +3,7 @@
{% block crumbs %}{{ super() }}
/ <a href="{{ data['collections_path'] }}">{% trans %}Collections{% endtrans %}</a>
/ <a href="{{ data['dataset_path'] }}">{{ data['title'] | truncate( 25 ) }}</a>
/ <a href="./{{ data['id'] }}queryables">{% trans %}Queryables{% endtrans %}</a>
/ <a href="{{ data['dataset_path'] }}/queryables">{% trans %}Queryables{% endtrans %}</a>
{% endblock %}
{% block body %}
<section id="collection">
+1 -1
View File
@@ -3,7 +3,7 @@
{% block crumbs %}{{ super() }}
/ <a href="{{ data['collections_path'] }}">{% trans %}Collections{% endtrans %}</a>
/ <a href="{{ data['dataset_path'] }}">{{ data['title'] | truncate( 25 ) }}</a>
/ <a href="./{{ data['id'] }}schema">{% trans %}Schema{% endtrans %}</a>
/ <a href="{{ data['dataset_path'] }}/schema">{% trans %}Schema{% endtrans %}</a>
{% endblock %}
{% block body %}
<section id="collection-schema">