Skip to content

Commit

Permalink
Merge branch 'master' into cake-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Sep 13, 2023
2 parents 02f60d4 + bd65698 commit d27300d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Total Downloads][ico-downloads]][package]
[![License][ico-license]][license]

[ico-ga]: https://img.shields.io/github/actions/workflow/status/friendsofcake/bootstrap-ui/ci.yml?style=flat-square
[ico-ga]: https://img.shields.io/github/actions/workflow/status/FriendsOfCake/bootstrap-ui/ci.yml?branch=master&style=flat-square
[ico-coverage]: https://img.shields.io/codecov/c/github/FriendsOfCake/bootstrap-ui.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/friendsofcake/bootstrap-ui.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
Expand Down
9 changes: 6 additions & 3 deletions templates/layout/examples/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ class="navbar-toggler position-absolute d-md-none collapsed" type="button"
$this->end();

$this->start('tb_body_end');
echo '</body>';
?>
</main>
</div>
</div>
</body>
<?php
$this->end();

echo $this->fetch('content');

$this->append('footer', '</main></div></div>');

0 comments on commit d27300d

Please sign in to comment.