diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-04 12:39:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-04 12:39:43 -0400 |
commit | 37c1b79bddfb7a43aacbcad6f790562786645a03 (patch) | |
tree | 0289610eb14539538f73663816a3ae006fd800b9 /app/Template/layout.php | |
parent | 554500aa493faa66b43b2ddce72338880a874724 (diff) |
Do not allow closed tasks to move on the board
Diffstat (limited to 'app/Template/layout.php')
-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 c630132d..a6d00470 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -15,9 +15,9 @@ <?= $this->asset->js('assets/js/app.js', true) ?> <?php endif ?> + <?= $this->asset->colorCss() ?> <?= $this->asset->css('assets/css/app.css') ?> <?= $this->asset->css('assets/css/print.css', true, 'print') ?> - <?= $this->asset->colorCss() ?> <?= $this->asset->customCss() ?> <link rel="icon" type="image/png" href="assets/img/favicon.png"> |