diff options
author | sin <sin@2f30.org> | 2016-01-13 18:56:27 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2016-01-13 18:57:18 +0000 |
commit | 50dccf0e3ba06bcd732ac5c38c8b326cebc6c097 (patch) | |
tree | 0f59fb147ceb8bce0ee7750d148f9e55d5b1b831 | |
parent | 2296f5167cbeb2c57089cde3e4928d55131f5bc9 (diff) |
Rename Refs/branches to Refs
-rw-r--r-- | stagit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ writeheader(FILE *fp) fputs("<tr><td></td><td>\n", fp); fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath); fprintf(fp, "<a href=\"%sfiles.html\">Files</a> | ", relpath); - fprintf(fp, "<a href=\"%srefs.html\">Refs/branches</a>", relpath); + fprintf(fp, "<a href=\"%srefs.html\">Refs</a>", relpath); if (hasreadme) fprintf(fp, " | <a href=\"%sfile/README.html\">README</a>", relpath); if (haslicense) |