Skip to content
Snippets Groups Projects
Commit 1a776deedf6a authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[basetemplates] Use new CSS class for breadcrumbs

parent c8157fcf1dad
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
web = 'http://www.cubicweb.org/project/%s' % distname
__depends__ = {'cubicweb': '>= 3.17.2',
'cubicweb-bootstrap': '>= 0.5.2',
'cubicweb-bootstrap': '>= 1.0.0',
}
__recommends__ = {}
......
......@@ -21,7 +21,7 @@
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.17.2
Requires: cubicweb-bootstrap >= 0.5.2
Requires: cubicweb-bootstrap >= 1.0.0
%description
squareui component for the CubicWeb framework
......
......@@ -10,7 +10,7 @@
Architecture: all
Depends:
cubicweb-web (>= 3.17.2),
cubicweb-bootstrap (>= 0.5.2),
cubicweb-bootstrap (>= 1.0.0),
${misc:Depends},
${python:Depends}
Description: data-centric user interface for cubicweb based on bootstrap
......
......@@ -206,7 +206,7 @@
basetemplates.HTMLPageHeader.get_components = get_components
basetemplates.HTMLPageHeader.css = {
'navbar-extra': 'navbar-default',
'breadcrumbs': 'cw-breadcrumbs-default',
'breadcrumbs': 'cw-breadcrumb',
'container-cls': basetemplates.TheMainTemplate.twbs_container_cls,
'header-left': '',
'header-right': 'navbar-right',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment