From cd67cbbb2827c161aa6e99c93fe57f5500cbb789 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 16:32:36 -0800 Subject: pds: more web view implementation --- adenosine-pds/templates/at_collection.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'adenosine-pds/templates/at_collection.html') diff --git a/adenosine-pds/templates/at_collection.html b/adenosine-pds/templates/at_collection.html index b4b7036..670cb0d 100644 --- a/adenosine-pds/templates/at_collection.html +++ b/adenosine-pds/templates/at_collection.html @@ -1,12 +1,13 @@ {% extends "base.html" %} {% block main %} -

at://{{ did }}/{{ collection }}/ +

ATP Repository Explorer

+
at://{{ did }}/{{ collection }}/
-

records: +

Records

{% endblock %} -- cgit v1.2.3