Sha256: 56b9e8c658903b6340b8cc1ea8350aab577f3bc82af88a40232054d41261bab6

Contents?: true

Size: 634 Bytes

Versions: 24

Compression:

Stored size: 634 Bytes

Contents

{{#author.avatar_url}}
  <a href="{{author.html_url}}" target="_blank">
    <img alt="{{author.login}}" src="{{author.avatar_url}}" class="thumbnail onebox-avatar">
  </a>
{{/author.avatar_url}}

<h4>
  <a href="{{html_url}}" target="_blank">{{commit.message}}</a>
</h4>

<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

24 entries across 24 versions & 1 rubygems

Version Path
onebox-1.5.2 templates/githubcommit.mustache
onebox-1.5.1 templates/githubcommit.mustache
onebox-1.5.0 templates/githubcommit.mustache
onebox-1.4.9 templates/githubcommit.mustache
onebox-1.4.8 templates/githubcommit.mustache
onebox-1.4.7 templates/githubcommit.mustache
onebox-1.4.5 templates/githubcommit.mustache
onebox-1.4.4 templates/githubcommit.mustache
onebox-1.4.3 templates/githubcommit.mustache
onebox-1.4.2 templates/githubcommit.mustache
onebox-1.4.1 templates/githubcommit.mustache
onebox-1.4.0 templates/githubcommit.mustache
onebox-1.3.9 templates/githubcommit.mustache
onebox-1.3.8 templates/githubcommit.mustache
onebox-1.3.7 templates/githubcommit.mustache
onebox-1.3.6 templates/githubcommit.mustache
onebox-1.3.5 templates/githubcommit.mustache
onebox-1.3.4 templates/githubcommit.mustache
onebox-1.3.3 templates/githubcommit.mustache
onebox-1.3.2 templates/githubcommit.mustache