Skip to content

Commit

Permalink
Merge pull request #672 from bolt/refactor/use-setcontent-in-backend
Browse files Browse the repository at this point in the history
Refactor: use setcontent in backend
  • Loading branch information
bobdenotter authored Oct 14, 2019
2 parents f8791c0 + 4fc452a commit 4e437f3
Show file tree
Hide file tree
Showing 24 changed files with 285 additions and 271 deletions.
57 changes: 0 additions & 57 deletions assets/scss/modules/base/_pagination.scss

This file was deleted.

1 change: 0 additions & 1 deletion assets/scss/modules/base/base.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//** Base Modules

@import '_status';
@import '_pagination';
@import '_notification';
@import '_buttons';
6 changes: 0 additions & 6 deletions assets/scss/modules/listing/_filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
margin-bottom: $spacer;
}

.pagination {
nav {
height: 100%;
}
}

&--controls {
flex: 1 1 100%;
text-align: right;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/vendor/bootstrap/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@import "~bootstrap/scss/modal";
@import "~bootstrap/scss/close";
@import "~bootstrap/scss/progress";
@import "~bootstrap/scss/pagination";
@import "~bootstrap/scss/nav";
@import "~bootstrap/scss/tooltip";
@import "~bootstrap/scss/toasts";
Expand Down
2 changes: 2 additions & 0 deletions config/bolt/contenttypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ blocks:
icon_many: "fa:cubes"
icon_one: "fa:cube"
sort: title
records_per_page: 12


# This contenttype is here to use for (automated) tests.
tests:
Expand Down
Loading

0 comments on commit 4e437f3

Please sign in to comment.