From ca8eb8fc8f71ee0a40015c323619f776840b6503 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Wed, 9 May 2007 00:48:09 +0200 Subject: Add support for downloading single blobs Signed-off-by: Lars Hjemli --- ui-view.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '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); -- cgit 1.4.1