mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-11 00:07:25 +08:00
28 lines
863 B
Text
Vendored
28 lines
863 B
Text
Vendored
{{#author.avatar_url}}
|
|
<a href="{{author.html_url}}" target="_blank">
|
|
<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">{{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>
|
|
|
|
<div class="github-commit-stats">
|
|
changed <strong>{{files.length}} files</strong>
|
|
with <strong>{{stats.additions}} additions</strong>
|
|
and <strong>{{stats.deletions}} deletions</strong>.
|
|
</div>
|
|
|
|
<div class="github-repository-path">
|
|
<a href="{{repository_url}}" target="_blank">{{repository_path}}</a>
|
|
</div>
|