|
@@ -13,7 +13,6 @@
|
|
|
{% set _label = ynh_app_labels.get(_app_id, '') %}
|
|
{% set _label = ynh_app_labels.get(_app_id, '') %}
|
|
|
{% if _label and _label != _app_id %}
|
|
{% if _label and _label != _app_id %}
|
|
|
<span class="text-xs text-gray-500">{{ _label }}</span>
|
|
<span class="text-xs text-gray-500">{{ _label }}</span>
|
|
|
- <span class="font-mono text-xs text-gray-400"> — {{ _app_id }}</span>
|
|
|
|
|
{% else %}
|
|
{% else %}
|
|
|
<span class="font-mono text-xs text-gray-400">{{ _app_id }}</span>
|
|
<span class="font-mono text-xs text-gray-400">{{ _app_id }}</span>
|
|
|
{% endif %}
|
|
{% endif %}
|