Merge pull request #5875 from CallMeLeon167:staging_cml

Update debug.twig to include a link to the git project URL for the mailcow version tag
This commit is contained in:
Niklas Meyer
2024-06-05 12:31:33 +02:00
committed by GitHub

View File

@@ -77,7 +77,7 @@
<td>Version</td>
<td class="text-break">
<div class="fw-bolder">
<p ><a href="#" id="mailcow_version">{{ mailcow_info.version_tag }}</a></p>
<p><a href="{{ mailcow_info.git_project_url }}/releases/tag/{{ mailcow_info.version_tag }}" id="mailcow_version" target="_blank">{{ mailcow_info.version_tag }}</a></p>
<p id="mailcow_update"></p>
</div>
</td>