We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54630e6 commit 5503c36Copy full SHA for 5503c36
templates/crate/details.html
@@ -51,6 +51,7 @@
51
<li class="pure-menu-item">
52
<a href="{{ details.repository_url }}" class="pure-menu-link">
53
{# If the repo link is for github, show some github stats #}
54
+ {# TODO: add support for hosts besides github (#35) #}
55
{%- if details.github -%}
56
<i class="fa fa-github fa-fw"></i>
57
<i class="fa fa-star-o fa-fw"></i> {{ details.github_stars }}
0 commit comments