Sha256: 25e826a06d6b5b145d2699d138210effb5f3a19f96d22c1711dca942126ba755

Contents?: true

Size: 965 Bytes

Versions: 6

Compression:

Stored size: 965 Bytes

Contents

<a href="{{user.html_url}}">
<img src="{{avatar}}" class="thumbnail onebox-avatar">
</a>

<h4><a href="{{link}}" target="_blank">{{title}}</a></h4>

<div class="date" style="margin-top:10px;">
	<div class="user" style="margin-top:10px;">
	opened by <a href="{{user.html_url}}" target="_blank">{{user.login}}</a>
	on <a href="{{link}}" target="_blank">{{created_at}}</a>
	</div>
	<div class="user">
	{{#closed_by}}
	closed by <a href="{{html_url}}" target="_blank">{{login}}</a>
	on <a href="{{link}}" target="_blank">{{closed_at}}</a>
	{{/closed_by}}
	</div>
</div>

<div class="github-repository-path">
  <a href="{{repository_url}}" target="_blank">{{repository_path}}</a>
</div>

<pre class='content' style="white-space: pre-wrap;">{{content}}</pre>

<div class='lables'>
	{{#labels}}
 	<span style="display:inline-block;margin-top:2px;background-color: #B8B8B8;padding: 2px;border-radius: 4px;color: #fff;margin-left: 3px;">{{name}}</span>
 	{{/labels}}
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
onebox-1.5.20 templates/githubissue.mustache
onebox-1.5.19 templates/githubissue.mustache
onebox-1.5.18 templates/githubissue.mustache
onebox-1.5.17 templates/githubissue.mustache
onebox-1.5.16 templates/githubissue.mustache
onebox-1.5.14 templates/githubissue.mustache