diff options
author | KatolaZ <katolaz@freaknet.org> | 2018-07-27 17:33:03 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2018-07-27 17:33:03 +0100 |
commit | eae408c064497a222cf6f5f89f2719d3ecdf18f0 (patch) | |
tree | 27906a8d1ceb4786077e12b4ad9560767f991404 /ui_70-repolist.c | |
parent | bc2d48b8cd1c613fbad0feea71dd7739ae09513c (diff) |
repolist working -- towards a proper summary
Diffstat (limited to 'ui_70-repolist.c')
-rw-r--r-- | ui_70-repolist.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui_70-repolist.c b/ui_70-repolist.c index e03acb5..7a4e6ae 100644 --- a/ui_70-repolist.c +++ b/ui_70-repolist.c @@ -263,6 +263,8 @@ void cgit_print_repolist(void) sorted = sort_repolist(ctx.qry.sort); else if (ctx.cfg.section_sort) sort_repolist("section"); + + cgit_print_layout_start(); print_header(); for (i = 0; i < cgit_repolist.count; i++) { |