changeset 6873:fc44c3f7db54

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.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 14 Sep 2017 02:08:06 +0200
parents dd1c939c33b7
children 06ef965e4b62
files kallithea/templates/index_base.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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=''" />
     <div class="panel panel-primary">
         <div class="panel-heading clearfix">
-            <div class="pull-left breadcrumbs">
+            <div class="pull-left breadcrumbs panel-title">
                 %if c.group is not None:
                     %for group in c.group.parents:
                         ${h.link_to(group.name, url('repos_group_home', group_name=group.group_name))}