about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepobrowseGitSummary.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-16 22:22:42 +0000
committerEric Wong <e@80x24.org>2016-04-05 18:58:27 +0000
commit9114c0649e4f675afae1128e73b4d1b94d8929e5 (patch)
tree05ff2e0482b3c78f41feed25842481bd300012ee /lib/PublicInbox/RepobrowseGitSummary.pm
parent940a4d5f32ae0bed0e39da852dacf44798d7c623 (diff)
downloadpublic-inbox-9114c0649e4f675afae1128e73b4d1b94d8929e5.tar.gz
Sometimes; people like to advertise projects and group them.
Of course, "-hidden" is a valid group for projects which do
not want to be advertised.
Diffstat (limited to 'lib/PublicInbox/RepobrowseGitSummary.pm')
-rw-r--r--lib/PublicInbox/RepobrowseGitSummary.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseGitSummary.pm b/lib/PublicInbox/RepobrowseGitSummary.pm
index 65e32b6a..db601ad9 100644
--- a/lib/PublicInbox/RepobrowseGitSummary.pm
+++ b/lib/PublicInbox/RepobrowseGitSummary.pm
@@ -37,7 +37,7 @@ sub emit_summary {
         $fh = $res->([200, ['Content-Type'=>'text/html; charset=UTF-8']]);
         # ref names are unpredictable in length and requires tables :<
         $fh->write($self->html_start($req,
-                                "$repo_info->{path_info}: overview") .
+                                "$repo_info->{repo}: overview") .
                         '</pre><table>');
 
         my $rel = $req->{relcmd};