# HG changeset patch # User Mads Kiilerich # Date 2016-11-08 23:29:12 # Node ID 33ca6d0f7058de838be50aaa5bf71d8dc11a87bd # Parent c40e567e4b82180246daf6cf923a37c8d8fc1bb7 style: introduce "clearfix" class where the Bootstrap migration will need it Based on work by Dominik Ruf. diff --git a/kallithea/templates/admin/admin.html b/kallithea/templates/admin/admin.html --- a/kallithea/templates/admin/admin.html +++ b/kallithea/templates/admin/admin.html @@ -21,7 +21,7 @@ <%def name="main()">
-
+
${self.breadcrumbs()}
diff --git a/kallithea/templates/admin/gists/index.html b/kallithea/templates/admin/gists/index.html --- a/kallithea/templates/admin/gists/index.html +++ b/kallithea/templates/admin/gists/index.html @@ -29,7 +29,7 @@ <%def name="main()">
-
+
${self.breadcrumbs()} %if c.authuser.username != 'default':