aboutsummaryrefslogtreecommitdiff
path: root/src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja')
-rw-r--r--src/hydrilla/proxy/web_ui/templates/items/item_view.html.jinja6
1 files changed, 3 insertions, 3 deletions
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 %}
</h4>
- <ul id="item_list">
+ <ul class="item-list">
{% for info in display_info.all_versions %}
{%
if version_display_info is not defined or
@@ -88,7 +88,7 @@ code in a proprietary work, I am not going to enforce this in court.
)
%}
<a href="{{ href }}">
- <div> {{ versioned_identifier_with_repo(info) }} </div>
+ <div> {{ version_with_repo(info) }} </div>
</a>
</li>
{% endif %}