diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-03 15:56:02 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-03 15:56:02 -0700 |
commit | b9b0390c073bb9d357e879f9f3138f336ba22ed9 (patch) | |
tree | 01db69face1051eb30a0a0aa57ad861286c12dcd | |
parent | 7f06c9ef1c37d65946851bf8548ba310d01d5764 (diff) |
Remove keyboard shortcuts from settings page
-rw-r--r-- | app/Template/config/about.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php index 23a3e6c0..4cce5e63 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -79,8 +79,6 @@ </div> <?php endif ?> -<?= $this->render('config/keyboard_shortcuts') ?> - <div class="page-header"> <h2><?= t('License') ?></h2> </div> |