More tidying.
authorJeff Veit <jeff.veit@gmail.com>
Fri, 23 Jun 2017 00:53:28 +0000 (01:53 +0100)
committerJeff Veit <jeff.veit@gmail.com>
Fri, 23 Jun 2017 00:53:28 +0000 (01:53 +0100)
commite0411c4e83ba0d079034db83c3f7f55be24a0e35
treef6aec801c82ae3f24659929b6c3d82c8d05068c8
parent2257eb96fa3afedcfba62207e838f49ee9c757e2
More tidying.
22 files changed:
web/modules/contrib/views_bootstrap [deleted submodule]
web/modules/contrib/views_bootstrap/.travis.yml [new file with mode: 0644]
web/modules/contrib/views_bootstrap/README.md [new file with mode: 0755]
web/modules/contrib/views_bootstrap/composer.json [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapAccordion.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapCarousel.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapGrid.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapListGroup.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapMediaObject.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapTab.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/Plugin/views/style/ViewsBootstrapTable.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/src/ViewsBootstrap.php [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-accordion.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-carousel.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-grid.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-list-group.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-media-object.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-tab.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/templates/views-bootstrap-table.html.twig [new file with mode: 0644]
web/modules/contrib/views_bootstrap/views_bootstrap.info.yml [new file with mode: 0644]
web/modules/contrib/views_bootstrap/views_bootstrap.module [new file with mode: 0644]
web/modules/contrib/views_bootstrap/views_bootstrap.theme.inc [new file with mode: 0644]