X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7250a154678477a1e8260efbc9810ec389754ef9..c83db796a1cf6893de275e78b98cef10eccc1200:/ui-view.c diff --git a/ui-view.c b/ui-view.c index 7d022fd..8873415 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);