We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a9edc commit e579f2dCopy full SHA for e579f2d
templates/crate/details.html
@@ -69,7 +69,7 @@
69
{# If the repo link is for github or gitlab, show some stats #}
70
{# TODO: add support for hosts besides github and gitlab (#35) #}
71
{%- if let Some(repository_metadata) = details.repository_metadata -%}
72
- {{ "code-branch"|fab(false, false, "") }}
+ {{ "code-branch"|fab(false, false, "")|safe }}
73
{% if let Some(name) = repository_metadata.name %}
74
{{name}}
75
{% else %}
0 commit comments