X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7250a154678477a1e8260efbc9810ec389754ef9..57f6a8bf0de6c112cabc1d8e20ade2698bd886b7:/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);