Sha256: d79f9b78322d1e0f734dc7d9ddccce8c4154c4849c1e201a5de32b3028101b7a
Contents?: true
Size: 1.3 KB
Versions: 1
Compression:
Stored size: 1.3 KB
Contents
{{#user.avatar_url}} <a href="{{user.html_url}}" target="_blank"> <img alt="{{user.login}}" src="{{user.avatar_url}}" class="thumbnail onebox-avatar"> </a> {{/user.avatar_url}} <h4> <a href="{{html_url}}" target="_blank">{{title}}</a> </h4> <div class='github-commit-status' style='margin-bottom:3px;'> {{#pull_status_str_open}} <span style='background:#6cc644;color:#fff;display:inline-block;border-radius:3px;padding:2px;'> {{/pull_status_str_open}} {{#pull_status_closed_accepted}} <span style='background:#6e5494;color:#fff;display:inline-block;border-radius:3px;padding:2px;'> {{/pull_status_closed_accepted}} {{#pull_status_closed_declined}} <span style='background:#bd2c00;color:#fff;display:inline-block;border-radius:3px;padding:2px;'> {{/pull_status_closed_declined}} {{pull_status_str}} </span> </br> {{#build_status}} <span style='padding: 2px;background: #cfcfcf;'>{{build_status}}</span> {{/build_status}} </div> <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.5.1 | templates/githubpullrequest.mustache |