From d5378562ff94d2bf6acf2659e1961a1ff35856ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:28:26 -0800 Subject: pds: template tweaks --- adenosine-pds/templates/at_repo.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'adenosine-pds/templates/at_repo.html') diff --git a/adenosine-pds/templates/at_repo.html b/adenosine-pds/templates/at_repo.html index 384b8dc..31296db 100644 --- a/adenosine-pds/templates/at_repo.html +++ b/adenosine-pds/templates/at_repo.html @@ -1,20 +1,20 @@ {% extends "base.html" %} {% block main %} -

ATP Repository Explorer

+

atp repository explorer

at://{{ did }}/
-

Collections

+

collections

-

Describe

+

describe

{{ describe|json }}
-

Commit Node

+

commit node

{{ commit|json }}
{% endblock %} -- cgit v1.2.3