X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8b5fc6de036cf159ffa61a55158044749bd6f4d9..d529c6fbdca7ce3782e75b3a74baad21ef2f92c3:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index a959224..76cd00d 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -262,6 +262,12 @@ void cgit_summary_link(char *name, char *title, char *class, char *head) reporevlink(NULL, name, title, class, head, NULL, NULL); } +void cgit_tag_link(char *name, char *title, char *class, char *head, + char *rev) +{ + reporevlink("tag", name, title, class, head, rev, NULL); +} + void cgit_tree_link(char *name, char *title, char *class, char *head, char *rev, char *path) { @@ -571,15 +577,20 @@ void add_hidden_formfields(int incl_head, int incl_search, char *page) } } +const char *fallback_cmd = "repolist"; + char *hc(struct cgit_cmd *cmd, const char *page) { - return (strcmp(cmd->name, page) ? NULL : "active"); + return (strcmp(cmd ? cmd->name : fallback_cmd, page) ? NULL : "active"); } void cgit_print_pageheader(struct cgit_context *ctx) { struct cgit_cmd *cmd = cgit_get_cmd(ctx); + if (!cmd && ctx->repo) + fallback_cmd = "summary"; + html("\n"); html("\n"); html("