X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/05da4c2822f60649786c0dd81f01a3855846248f..c0a92e82da3063efc230538ba109ff95aa59589a:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 75b97a1..c4fb437 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -564,6 +564,7 @@ void cgit_submodule_link(const char *class, char *path, const char *rev) html("'>"); html_txt(path); html(""); + html_txt(fmt(" @ %.7s", rev)); if (item && tail) path[len - 1] = tail; }