projects
/
gitweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c0738d
)
change git_header_html
author
Stricted
<Stricted@nexus-irc.de>
Sat, 8 Sep 2012 11:43:12 +0000
(13:43 +0200)
committer
Stricted
<Stricted@nexus-irc.de>
Sat, 8 Sep 2012 11:43:12 +0000
(13:43 +0200)
index.cgi
patch
|
blob
|
blame
|
history
diff --git
a/index.cgi
b/index.cgi
index ed6a910b737231e5edcf16376865ca89bd36a740..cb675585fe01ae1acc6257c5fb78ff0bad9d9277 100644
(file)
--- a/
index.cgi
+++ b/
index.cgi
@@
-3512,6
+3512,10
@@
EOF
print " / $action";
}
print "\n";
+ } else {
+ if (defined $action && $action != $home_link_str) {
+ print " $action";
+ }
}
print "</div>\n";