fix(base): correct project links to github

. #218
This commit is contained in:
2024-08-10 20:24:43 +09:30
parent 84d21f4af8
commit c3b585d416

View File

@ -133,7 +133,7 @@ section h2 span svg {
<a title="Swagger API Documentation" href="/api/swagger/" target="_blank">
{% include 'icons/swagger_docs.svg' %}
</a>
<a title="Code Home" href="https://gitlab.com/nofusscomputing/projects/centurion_erp" target="_blank">
<a title="Code Home" href="{{ build_details.project_url }}" target="_blank">
{% include 'icons/git.svg' %}
</a>
</span>
@ -147,7 +147,7 @@ section h2 span svg {
{% else %}
development
{% endif %}
( {% if build_details.project_url %}<a href="{{ build_details.project_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.project_url %}</a>{% endif %} )
</span>