Skip to content

Commit

Permalink
Fix display of "branch icon" in crate page
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez authored and syphar committed Aug 1, 2024
1 parent b6a9edc commit e579f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/crate/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{# If the repo link is for github or gitlab, show some stats #}
{# TODO: add support for hosts besides github and gitlab (#35) #}
{%- if let Some(repository_metadata) = details.repository_metadata -%}
{{ "code-branch"|fab(false, false, "") }}
{{ "code-branch"|fab(false, false, "")|safe }}
{% if let Some(name) = repository_metadata.name %}
{{name}}
{% else %}
Expand Down

0 comments on commit e579f2d

Please sign in to comment.