Sha256: b6209d546d032ea430a696332f07d4beafc8d425b6ebcab4efeaf1ad2a8d0bfc

Contents?: true

Size: 710 Bytes

Versions: 1

Compression:

Stored size: 710 Bytes

Contents

{{#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>
  <span class="state {{state}}">{{state}}</span>
  <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>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
onebox-1.9.3 templates/githubpullrequest.mustache