1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-08 20:49:50 +00:00
discourse/lib/onebox/templates/githubfolder.mustache

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
254 B
Plaintext
Raw Normal View History

<h3><a href="{{link}}" target="_blank" rel="noopener">{{title}}</a></h3>
{{#path}}
<p><a href="{{link}}" target="_blank" rel="noopener">{{path}}</a></p>
{{/path}}
{{#description}}
<p><span class="label1">{{description}}</span></p>
{{/description}}