mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-10 20:17:05 +08:00
25 lines
777 B
Text
Vendored
25 lines
777 B
Text
Vendored
{{#user.avatar_url}}
|
|
<a href="{{user.html_url}}" target="_blank">
|
|
<img alt="{{user.login}}" src="{{user.avatar_url}}" class="thumbnail onebox-avatar" width="90" height="90">
|
|
</a>
|
|
{{/user.avatar_url}}
|
|
|
|
<h4>
|
|
<a href="{{html_url}}" target="_blank">{{title}}</a>
|
|
</h4>
|
|
|
|
<div class="date">
|
|
by <a href="{{user.html_url}}" target="_blank">{{user.login}}</a>
|
|
on <a href="{{html_url}}" target="_blank">{{created_at}}</a>
|
|
</div>
|
|
|
|
<div class="github-commit-stats">
|
|
<strong>{{commits}} commits</strong>
|
|
changed <strong>{{changed_files}} files</strong>
|
|
with <strong>{{additions}} additions</strong>
|
|
and <strong>{{deletions}} deletions</strong>.
|
|
</div>
|
|
|
|
<div class="github-repository-path">
|
|
<a href="{{repository_url}}" target="_blank">{{repository_path}}</a>
|
|
</div>
|