Skip to content

Commit

Permalink
fix(cards): breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Jul 23, 2018
1 parent 984e8ff commit 093d8eb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/components/admin/app-breadcrumbs/Breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ export default {
path: 'tags',
displayName: 'menu.tags'
},
{
path: 'cards',
displayName: 'menu.cards'
},
{
path: 'tree-view',
displayName: 'menu.treeView'
Expand Down
3 changes: 0 additions & 3 deletions src/components/ui/cards/Cards.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<template>
<div class="row">
<div class="col-md-12">
<vuestic-widget class="color-buttons" :headerText="$t('cards.cards')"></vuestic-widget>
</div>
<div class="col-md-12">
<div class="cards-container">
<template v-for="loop in listLoops">
Expand Down
1 change: 1 addition & 0 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
"mediumEditor": "Medium Editor",
"grid": "Grid",
"icons": "Icons",
"cards": "Cards",
"spinners": "Spinners",
"login": "Login",
"maps": "Maps",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"mediumEditor": "Medium Editor",
"grid": "Grid",
"icons": "Iconos",
"cards": "Cards",
"login": "Iniciar sesión",
"maps": "Mapas",
"modals": "Modals",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/pt_br.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"mediumEditor": "Editor Medium",
"grid": "Grid",
"icons": "Icones",
"cards": "Cards",
"spinners": "Spinners",
"login": "Login",
"maps": "Mapas",
Expand Down

0 comments on commit 093d8eb

Please sign in to comment.