Fix commit log presentation.

This commit is contained in:
takezoe
2013-06-19 11:07:48 +09:00
parent 7a3512ee18
commit 63d76a3c6e
5 changed files with 24 additions and 41 deletions

View File

@@ -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>