Sha256: 0cb47565d964c17f1b1fbd21ea3a01bbe8583e8ae7100ab4585b103e43d4acb9

Contents?: true

Size: 759 Bytes

Versions: 1

Compression:

Stored size: 759 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}} {{#merged}}merged{{/merged}} {{mergeable_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.4 templates/githubpullrequest.mustache