fixed the coding fail from last commit
[gitweb.git] / index.cgi
index cb675585fe01ae1acc6257c5fb78ff0bad9d9277..fe7ff60b710ea349d34d6742da51f4ad1cfcc183 100644 (file)
--- a/index.cgi
+++ b/index.cgi
@@ -3513,9 +3513,13 @@ EOF
                }
                print "\n";
        } else {
-               if (defined $action && $action != $home_link_str) {
-                       print " $action";
+               if (defined($action)) {
+                       if ($action eq 'project_list') {
+                       } else {
+                               print " $action";
+                       }
                }
+               print "\n";
        }
        print "</div>\n";
 
@@ -3580,7 +3584,8 @@ sub git_footer_html {
                                      -title => "$href_params{'-title'} $format feed",
                                      -class => $feed_class}, $format)."\n";
                }
-
+               print $cgi->a({-href => href(project=>$project, action=>"download"),
+                                       -class => $feed_class2}, "Downloads") . "\n";
        } else {
                print "<div class=\"page_footer_text\">Copyright &copy; 2012, <a href=\"http://nexus-irc.de\">Nexus-IRC.de</a></div>\n";
                print $cgi->a({-href => href(project=>undef, action=>"opml"),