diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-06-18 22:12:09 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-06-18 22:14:17 +0200 |
commit | a215bf4620113fcefb8dd3442bf3501bd648c463 (patch) | |
tree | 22e156c5b67605d7174c73efcd132696b335e8a0 /ui-tree.c | |
parent | 1f34fb9d4f0bf82706ed8912c37a4b320a14813b (diff) |
Change S/L/T to summary/log/tree
In yet another attempt at better usability, the cryptic S/L/T links are
changed to show their full name.
Suggested-by: Kristian Høgsberg <krh@bitplanet.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'ui-tree.c')
-rw-r--r-- | ui-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen, htmlf("</td><td class='ls-size'>%li</td>", size); html("<td>"); - cgit_log_link("L", "Log", "button", cgit_query_head, curr_rev, + cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev, fullpath); html("</td></tr>\n"); free(name); |