From 48f80ae480e2fc0eabbdb5041e841b80c0f788f4 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 29 Sep 2022 12:52:54 +0200 Subject: [proxy] display some more details in mapping/resource version view in the web UI --- src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja') diff --git a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja index f048f14..5f8b102 100644 --- a/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja +++ b/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja @@ -20,7 +20,7 @@ code in a proprietary work, I am not going to enforce this in court. #} {% extends "base.html.jinja" %} -{% macro versioned_identifier_with_repo(info) -%} +{% macro version_with_repo(info) -%} {{ info.info.version_string }} {%- if not info.is_local %} @ @@ -56,7 +56,7 @@ code in a proprietary work, I am not going to enforce this in court. {% endblock %} -