ui-shared: do not print repo name on the "summary" tab
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
このコミットが含まれているのは:
コミット
23ffba78b4
@ -631,8 +631,7 @@ void cgit_print_pageheader(struct cgit_context *ctx)
|
|||||||
|
|
||||||
html("<table class='tabs'><tr><td>\n");
|
html("<table class='tabs'><tr><td>\n");
|
||||||
if (ctx->repo) {
|
if (ctx->repo) {
|
||||||
cgit_summary_link(ctx->repo->name, ctx->repo->name, NULL,
|
cgit_summary_link("summary", NULL, NULL, ctx->qry.head);
|
||||||
ctx->qry.head);
|
|
||||||
cgit_refs_link("refs", NULL, hc(cmd, "refs"), ctx->qry.head,
|
cgit_refs_link("refs", NULL, hc(cmd, "refs"), ctx->qry.head,
|
||||||
ctx->qry.sha1, NULL);
|
ctx->qry.sha1, NULL);
|
||||||
cgit_log_link("log", NULL, hc(cmd, "log"), ctx->qry.head,
|
cgit_log_link("log", NULL, hc(cmd, "log"), ctx->qry.head,
|
||||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする