diff options
| author | Robin Redeker <[email protected]> | 2009-01-11 15:25:01 +0000 |
|---|---|---|
| committer | Lars Hjemli <[email protected]> | 2009-01-11 15:39:43 +0000 |
| commit | 372b4041bd117cf073082559e1f0160d75f57374 (patch) | |
| tree | c4843a6edef658da195d662cc54ae09b257b9753 /ui-refs.c | |
| parent | Merge branch 'stable' (diff) | |
| download | cgit-372b4041bd117cf073082559e1f0160d75f57374.tar.gz cgit-372b4041bd117cf073082559e1f0160d75f57374.zip | |
Make all tags viewable
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'ui-refs.c')
| -rw-r--r-- | ui-refs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ static int print_tag(struct refinfo *ref) if (!header) print_tag_header(); html("<tr><td>"); - html_txt(name); + cgit_tag_link(name, NULL, NULL, ctx.qry.head, name); html("</td><td>"); if (ctx.repo->snapshots && (ref->object->type == OBJ_COMMIT)) print_tag_downloads(ctx.repo, name); |
