We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7876743 commit 8e9de4aCopy full SHA for 8e9de4a
1 file changed
prettify-status.pl
@@ -49,7 +49,7 @@ ($$)
49
push @ahead, "<td class=\"first\"></td>\n" .
50
"<td><a href=\"$link\">$groupId:$artifactId</a></td>\n" .
51
"<td><a href=\"$link/compare/$tag...$branch\">$commitCount</a></td>\n" .
52
- "<td><a href=\"$link/tree/$branch\">$branch</a></td>\n" .
+# "<td><a href=\"$link/tree/$branch\">$branch</a></td>\n" .
53
"<td><a href=\"$link/tree/$tag\">$version</a></td>\n";
54
}
55
else {
@@ -96,7 +96,7 @@ ($$)
96
print "<th> </th>\n";
97
print "<th>Project</th>\n";
98
print "<th>Commits</th>\n";
99
- print "<th>Branch</th>\n";
+# print "<th>Branch</th>\n";
100
print "<th>Latest version</th>\n";
101
print "</tr>\n";
102
my $rowIndex = 0;
0 commit comments