Sha256: db3fbd36f57b4a37773b5b2b45ff4ad70733d69255cab6b0200dca9cdf8d680d

Contents?: true

Size: 747 Bytes

Versions: 98

Compression:

Stored size: 747 Bytes

Contents

{{#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>

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
onebox-1.8.4 templates/githubcommit.mustache
onebox-1.8.3 templates/githubcommit.mustache
onebox-1.8.2 templates/githubcommit.mustache
onebox-1.8.1 templates/githubcommit.mustache
onebox-1.8.0 templates/githubcommit.mustache
onebox-1.7.9 templates/githubcommit.mustache
onebox-1.7.8 templates/githubcommit.mustache
onebox-1.7.7 templates/githubcommit.mustache
onebox-1.7.6 templates/githubcommit.mustache
onebox-1.7.5 templates/githubcommit.mustache
onebox-1.7.4 templates/githubcommit.mustache
onebox-1.7.3 templates/githubcommit.mustache
onebox-1.7.2 templates/githubcommit.mustache
onebox-1.7.1 templates/githubcommit.mustache
onebox-1.7.0 templates/githubcommit.mustache
onebox-1.6.9 templates/githubcommit.mustache
onebox-1.6.8 templates/githubcommit.mustache
onebox-1.6.7 templates/githubcommit.mustache
onebox-1.6.6 templates/githubcommit.mustache
onebox-1.6.5 templates/githubcommit.mustache