Skip to content

Commit

Permalink
fix(breadcrumb): update breadcrumb and logo - INNO-1079 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
raduchiriac authored and yhuard committed May 29, 2018
1 parent d4b4b8d commit f9facd9
Show file tree
Hide file tree
Showing 75 changed files with 26 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.changelog
node_modules
dist
build
/src/systems/*/_imports
**/errorShots
**/screenshots/captured
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack4-eu/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h2 lang="en" class="ecl-heading ecl-heading--h2 ecl-dialog__title">
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">European Commission</a>
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="../../example.html#">Example</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack4/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h2 lang="en" class="ecl-heading ecl-heading--h2 ecl-dialog__title">
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">European Commission</a>
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="https://ec.europa.eu/commission/index_en">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link" href="../../example.html#">Example</a>
Expand Down
2 changes: 1 addition & 1 deletion src/generic/generic-component-breadcrumb/data/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
segments: [
{
href: '../../example.html#',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
2 changes: 1 addition & 1 deletion src/systems/ec/_partials/_preview-full-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
variant: 'default',
identity: 'Search',
breadcrumb: [
{ href: 'https://ec.europa.eu/commission/index_en', label: 'European Commission' },
{ href: 'https://ec.europa.eu/commission/index_en', label: 'Home' },
{ href: '../../example.html#', label: 'Search' },
]
} %}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
context: Object.assign(
{},
{
global: {
language: 'en',
},
languages,
variant: 'splash',
logo: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ module.exports = {
{ href: '../../example.html#', label: 'Log out' },
],
},
global: {
language: 'en',
},
languages,
_demo: {
scripts: `
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
variant: 'basic',
identity: 'Template community',
breadcrumb: [
{ href: '../../example.html#', label: 'European Commission' },
{ href: '../../example.html#', label: 'Home' },
{ href: '../../example.html#', label: 'Europa Component Library' },
],
} %}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/systems/eu/_partials/_preview-full-page.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
variant: 'default',
identity: 'Search',
breadcrumb: [
{ href: 'https://ec.europa.eu/commission/index_en', label: 'European Commission' },
{ href: 'https://ec.europa.eu/commission/index_en', label: 'Home' },
{ href: '../../example.html#', label: 'Search' },
]
} %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ module.exports = {
context: Object.assign(
{},
{
global: {
language: 'en',
},
languages,
variant: 'splash',
logo: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% include '@ecl/eu-component-page-header' with {
variant: 'basic',
breadcrumb: [
{ href: '../../example.html#', label: 'European Commission' },
{ href: '../../example.html#', label: 'Home' },
{ href: '../../example.html#', label: 'Group lists' },
],
} %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down Expand Up @@ -53,7 +53,7 @@ module.exports = {
breadcrumb: [
{
href: 'https://ec.europa.eu/commission/index_en',
label: 'European Commission',
label: 'Home',
},
{
href: '../../example.html#',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="https://ec-europa.github.io/europa-component-library/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="https://ec-europa.github.io/europa-component-library/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<span class="ecl-u-sr-only">You are here:</span>
<ol class="ecl-breadcrumb__segments-wrapper">
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--first">
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">European Commission</a>
<a href="https://ec.europa.eu/commission/index_en" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Home</a>
</li>
<li class="ecl-breadcrumb__segment ecl-breadcrumb__segment--last">
<a href="/" class="ecl-link ecl-link--inverted ecl-link--standalone ecl-breadcrumb__link">Europa Component Library</a>
Expand Down

0 comments on commit f9facd9

Please sign in to comment.