fix(ui): correct repo url used

!13
This commit is contained in:
2024-05-28 15:04:41 +09:30
parent 752770ec32
commit a3716b0158

View File

@ -100,7 +100,7 @@ section h2 span svg {
{% else %}
development
{% endif %}
({% if build_details.url%}(<a href="{{ build_details.url }}/-/commit/{{ build_details.sha }}" target="_blank">{% endif %}
({% if build_details.project_url %}(<a href="{{ build_details.project_url }}/-/commit/{{ build_details.sha }}" target="_blank">{% endif %}
{{ build_details.sha }}
{% if build_details.url%}</a>{% endif %})
</span>