diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-16 21:26:26 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-16 21:26:26 -0500 |
commit | 4961805e0f8a8c3630ace144450fdd97048b3929 (patch) | |
tree | a5f78f88fd3757890266d02745178ae331c76056 /app/Template/config | |
parent | 8936792f6f7a408dae7e0a6a41274202822acd9c (diff) |
Add keyboard shortcut for project overview
Diffstat (limited to 'app/Template/config')
-rw-r--r-- | app/Template/config/about.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/config/about.php b/app/Template/config/about.php index e0652a2f..f8534029 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -54,6 +54,7 @@ <div class="listing"> <h3><?= t('Board/Calendar/List view') ?></h3> <ul> + <li><?= t('Switch to the project overview') ?> = <strong>v o</strong></li> <li><?= t('Switch to the board view') ?> = <strong>v b</strong></li> <li><?= t('Switch to the calendar view') ?> = <strong>v c</strong></li> <li><?= t('Switch to the list view') ?> = <strong>v l</strong></li> |