templates/githubissue.mustache in onebox-1.5.13 vs templates/githubissue.mustache in onebox-1.5.14
- old
+ new
@@ -15,9 +15,13 @@
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>