Show detailed commit message on commit page
This commit is contained in:
parent
c5548f08e4
commit
b486a93638
@ -27,7 +27,10 @@
|
|||||||
<div class="px-3 py-2 flex items-top">
|
<div class="px-3 py-2 flex items-top">
|
||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
{# Description panel #}
|
{# 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>
|
||||||
<div class="py-2">
|
<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>
|
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user