mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-10-31 02:25:59 +01:00 
			
		
		
		
	Fix commit message presentation.
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
|         <div class="pull-left"> | ||||
|           <a href="@path/@latestCommit.committer" class="username">@latestCommit.committer</a> | ||||
|           <span class="description">@helpers.datetime(latestCommit.time)</span> | ||||
|           <a href="@path/@repository.owner/@repository.name/commit/@latestCommit.id" class="commit-message">@helpers.link(latestCommit.shortMessage, repository)</a> | ||||
|           <a href="@path/@repository.owner/@repository.name/commit/@latestCommit.id" class="commit-message">@helpers.link(latestCommit.summary, repository)</a> | ||||
|         </div> | ||||
|         <div class="btn-group pull-right"> | ||||
|           <a class="btn btn-mini" href="?raw=true">Raw</a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user