the repository which powers this website
Diffstat (limited to 'themed/tree.html')
| -rw-r--r-- | themed/tree.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/tree.html b/themed/tree.html index bd42a0f8..18876258 100644 --- a/themed/tree.html +++ b/themed/tree.html @@ -4,7 +4,7 @@ <div class="px-3"> {# Breadcrumbs #} {# TODO: Make breadcrumbs hyperlinks #} - <a href="{! cgit_shared_repolink_url(NULL, NULL, NULL); !}" class="text-blue-500 hover:text-blue-600 hover:underline">{{ ctx.repo->name }}</a> / {{ ctx.qry.path }} + <a href="{! cgit_shared_repolink_url(NULL, ctx.qry.head, NULL); !}" class="text-blue-500 hover:text-blue-600 hover:underline">{{ ctx.repo->name }}</a> / {{ ctx.qry.path }} </div> {% endblock %} |