mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 05:25:50 +01:00
Fix commit log presentation.
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<th>
|
||||
<div class="commit-log">@helpers.formatCommitLog(commit.fullMessage)</div>
|
||||
<div class="commit-log">@commit.shortMessage</div>
|
||||
@if(commit.description.isDefined){
|
||||
<pre class="commit-description">@commit.description.get</pre>
|
||||
}
|
||||
<div class="small" style="font-weight: normal;"><span class="description">@branch</span></div>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user