# HG changeset patch # User Mads Kiilerich # Date 1505347686 -7200 # Node ID fc44c3f7db5438276eee88ad0631f908fa9b4b1c # Parent dd1c939c33b7a7ebb60c83349bec2721ae9d32ad repogroups: fix display of links to parent repo groups Links inside panel-primary were shown with the same color as the panel background. Arguably, that's a bug in Bootstrap, but marking it as panel-title fixes that. diff -r dd1c939c33b7 -r fc44c3f7db54 kallithea/templates/index_base.html --- a/kallithea/templates/index_base.html Thu Sep 14 02:08:06 2017 +0200 +++ b/kallithea/templates/index_base.html Thu Sep 14 02:08:06 2017 +0200 @@ -1,7 +1,7 @@ <%page args="parent,group_name=''" />
-