Fix commit message presentation.

This commit is contained in:
takezoe
2013-06-22 14:19:08 +09:00
parent 0ee827eaf5
commit cc1be57d5f
6 changed files with 26 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
<div class="pull-right align-right">
<a href="@path/@repository.owner/@repository.name/tree/@commit.id" class="btn btn-small">Browse code</a>
</div>
<div class="commit-log">@helpers.link(commit.shortMessage, repository)</div>
<div class="commit-log">@helpers.link(commit.summary, repository)</div>
@if(commit.description.isDefined){
<pre class="commit-description">@helpers.link(commit.description.get, repository)</pre>
}