Skip to content

Commit 0636ae5

Browse files
committed
chore: clean-up
1 parent 6ea6e6c commit 0636ae5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+608
-718
lines changed

src/pug/views/base/accordion.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Accordion')
88

99
block view
10-
+callout('Accordion', 'https://coreui.io/docs/components/accordion/')
1110
.row
1211
.col-12
1312
.card.mb-4

src/pug/views/base/breadcrumb.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Breadcrumb')
88

99
block view
10-
+callout('Breadcrumb', 'https://coreui.io/docs/components/breadcrumb/')
1110
.row
1211
.col-lg-12
1312
.card.mb-4

src/pug/views/base/cards.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Cards')
88

99
block view
10-
+callout('Card', 'https://coreui.io/docs/components/card/')
10+
1111
.card.mb-4
1212
.card-header
1313
strong Card

src/pug/views/base/carousel.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Carousel')
88

99
block view
10-
+callout('Carousel', 'https://coreui.io/docs/components/carousel/')
10+
1111
.card.mb-4
1212
.card-header
1313
strong Carousel

src/pug/views/base/collapse.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Collapse')
88

99
block view
10-
+callout('Collapse', 'https://coreui.io/docs/components/collapse/')
10+
1111
.card.mb-4
1212
.card-header
1313
strong Collapse

src/pug/views/base/list-group.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'List group')
88

99
block view
10-
+callout('List group', 'https://coreui.io/docs/components/list-group/')
1110
.row
1211
.col-12
1312
.card.mb-4

src/pug/views/base/navs-tabs.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Navs')
88

99
block view
10-
+callout('Navs', 'https://coreui.io/docs/components/navs-tabs/')
1110
.row
1211
.col-12
1312
.card.mb-4

src/pug/views/base/pagination.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Pagination')
88

99
block view
10-
+callout('Pagination', 'https://coreui.io/docs/components/pagination/')
1110
.row
1211
.col-12
1312
.card.mb-4

src/pug/views/base/placeholders.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ block breadcrumb
77
+breadcrumb(['Home', 'Components', 'Base'], 'Placeholders')
88

99
block view
10-
+callout('Placeholders', 'https://coreui.io/docs/components/placeholders/')
1110
.row
1211
.col-lg-12
1312
.card.mb-4

src/pug/views/base/popovers.pug

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ block canonical
1111
link(rel='canonical' href='https://coreui.io/docs/components/popovers/')
1212

1313
block view
14-
+callout('Popover', 'https://coreui.io/docs/components/popovers/')
1514
.row
1615
.col-12
1716
.card.mb-4

0 commit comments

Comments
 (0)