diff options
Diffstat (limited to 'adenosine-pds/templates/at_collection.html')
-rw-r--r-- | adenosine-pds/templates/at_collection.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/adenosine-pds/templates/at_collection.html b/adenosine-pds/templates/at_collection.html index 670cb0d..a7363a6 100644 --- a/adenosine-pds/templates/at_collection.html +++ b/adenosine-pds/templates/at_collection.html @@ -1,10 +1,10 @@ {% extends "base.html" %} {% block main %} -<h2>ATP Repository Explorer</h2> +<h2>atp repository explorer</h2> <div class="repo_aturi">at://<a href="/at/{{ did }}">{{ did }}</a>/{{ collection }}/</div> -<h4>Records</h4> +<h4>records</h4> <ul> {% for record in records %} <li>/{{ collection }}/<a href="/at/{{did}}/{{collection}}/{{record["tid"].as_str().unwrap() }}">{{ record["tid"].as_str().unwrap() }}</a>/ |