]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
Simplify ui-commit.c
[ps-cgit] / ui-shared.c
index 1a6c127a3b657b96b88df72c9eeb445320b0a46e..9ec4be8661928e7412df78595e4048642c747f74 100644 (file)
@@ -104,6 +104,10 @@ void cgit_print_pageheader(char *title)
        htmlf("<a href='%s'>", cgit_logo_link);
        htmlf("<img id='logo' src='%s'/>\n", cgit_logo);
        htmlf("</a>");
+       if (cgit_query_repo)
+               htmlf("<a href='%s'>", cgit_repourl(cgit_query_repo));
        html_txt(title);
+       if (cgit_query_repo)
+               html("</a>");
        html("</div>");
 }