]>
git.cameronkatri.com Git - cgit.git/blob - ui-refs.c
1 /* ui-refs.c: browse symbolic refs
3 * Copyright (C) 2006 Lars Hjemli
5 * Licensed under GNU General Public License v2
6 * (see COPYING for full license text)
14 void cgit_print_refs()
17 html("<table class='list nowrap'>");
19 if (cgit_query_path
&& !strncmp(cgit_query_path
, "heads", 5))
20 cgit_print_branches(0);
21 else if (cgit_query_path
&& !strncmp(cgit_query_path
, "tags", 4))
24 cgit_print_branches(0);
25 html("<tr class='nohover'><td colspan='4'> </td></tr>");