Skip to content

Commit

Permalink
go- add star shields to www/dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Aug 21, 2021
1 parent 9de4346 commit 0913d57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion www/dashboard.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
{{#each pkgs}}
<div class="terminal-card">
<div>
<h3 style="margin-bottom: .5em;"><a href="./{{user.provider}}/{{user.name}}/{{this.Name}}">{{this.Name}}</a></h3>
<h3 style="margin-bottom: .5em;">
<a href="./{{user.provider}}/{{user.name}}/{{this.Name}}">{{this.Name}}</a>
{{#pkg_is_github this.UUID}}<span><img src="https://img.shields.io/github/stars/{{this.RemoteName}}?style=flat"></span>{{/pkg_is_github}}
</h3>
<div><i class="balance scale icon"></i> {{#if this.License}}{{this.License}}{{else}}No{{/if}} License</div>
<div>{{this.Description}}</div>
</div>
Expand Down

0 comments on commit 0913d57

Please sign in to comment.