Show detailed commit message on commit page

This commit is contained in:
RunasSudo 2025-05-16 18:41:45 +10:00
parent c5548f08e4
commit b486a93638
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A

View File

@ -27,7 +27,10 @@
<div class="px-3 py-2 flex items-top">
<div class="flex-1">
{# Description panel #}
<p class="text-lg font-semibold">{{ info->subject }}</p>
<div class="text-lg font-semibold">{{ info->subject }}</div>
{% if info-> msg %}
<div class="text-gray-500 pt-1">{{ info->msg }}</div>
{% endif %}
</div>
<div class="py-2">
<a href="{! cgit_shared_reporevlink_url("tree", ctx.qry.head, oid_to_hex(&commit->object.oid), ctx.qry.vpath); !}" class="p-2 text-sm text-white bg-blue-500 rounded-md hover:bg-blue-600">Browse Source</a>