templates/githubcommit.mustache in onebox-1.5.10 vs templates/githubcommit.mustache in onebox-1.5.11
- old
+ new
@@ -3,11 +3,15 @@
<img alt="{{author.login}}" src="{{author.avatar_url}}" class="thumbnail onebox-avatar" width="90" height="90">
</a>
{{/author.avatar_url}}
<h4>
- <a href="{{html_url}}" target="_blank">{{commit.message}}</a>
+ <a href="{{html_url}}" target="_blank">{{title}}</a>
</h4>
+
+{{#message}}
+ <pre class="message" style="white-space: pre-wrap;">{{message}}</pre>
+{{/message}}
<div class="date">
by <a href="{{author.html_url}}" target="_blank">{{author.login}}</a>
on <a href="{{html_url}}" target="_blank">{{commit_date}}</a>
</div>