diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-21 19:50:10 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-21 19:50:10 -0400 |
commit | d8fb954f00847ebdb2bea3d5b76cd2df1dc44a33 (patch) | |
tree | e196dcf9f4a5d4ceea1823d65f87f6b2d4b4ae4a /app | |
parent | ed5bf093abe6bcbb3fe4ea6b91bfa5a0fe897325 (diff) |
Add loading icon on board view
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index d02ba08d..7d986309 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -66,7 +66,7 @@ <section class="page"> <?= $this->app->flashMessage() ?> <?= $content_for_layout ?> - </section> + </section> <?php endif ?> </body> </html> |