X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7250a154678477a1e8260efbc9810ec389754ef9..47a81c77fdd017227632c4df9a0b7b135b8a738d:/ui-view.c diff --git a/ui-view.c b/ui-view.c index 7d022fd..dbe4b29 100644 --- a/ui-view.c +++ b/ui-view.c @@ -40,6 +40,13 @@ void cgit_print_view(const char *hex, char *path) htmlf("%s %s, %li bytes", typename(type), hex, size); if (path) html(")"); + + html(" download"); html("\n"); html("\n"); html_txt(buf);