summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css3
-rw-r--r--ui-shared.c4
2 files changed, 5 insertions, 2 deletions
diff --git a/cgit.css b/cgit.css
index fac5f85..a37d218 100644
--- a/cgit.css
+++ b/cgit.css
@@ -38,2 +38,3 @@ table#header td.main {
padding-left: 10px;
+ white-space: nowrap;
}
@@ -49,2 +50,3 @@ table#header td.form {
padding-bottom: 2px;
+ white-space: nowrap;
}
@@ -94,2 +96,3 @@ table.tabs td.form form {
font-size: 90%;
+ white-space: nowrap;
}
diff --git a/ui-shared.c b/ui-shared.c
index 44269a7..cd98387 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -547,6 +547,6 @@ void cgit_print_pageheader(struct cgit_context *ctx)
if (ctx->repo) {
+ cgit_index_link("index", NULL, NULL, NULL, 0);
+ html(" : ");
reporevlink(NULL, ctx->repo->name, NULL, hc(cmd, "summary"),
ctx->qry.head, NULL, NULL);
- html(" : ");
- html_txt(ctx->qry.page);
html("</td><td class='form'>");