diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-06 10:54:58 -0700 |
commit | 0b306fa60ad84ea077111e0ff7b59208ba7bc8a3 (patch) | |
tree | 5d8941b5950ede2db8ca3fba0213792db0f07a50 /app/Template | |
parent | ac11220a1aa7ae30b8827d9bbf221888d3edd0a7 (diff) |
Move documentation to https://docs.kanboard.org/
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/doc/show.php | 12 | ||||
-rw-r--r-- | app/Template/header/user_dropdown.php | 3 |
2 files changed, 2 insertions, 13 deletions
diff --git a/app/Template/doc/show.php b/app/Template/doc/show.php deleted file mode 100644 index 879e45b6..00000000 --- a/app/Template/doc/show.php +++ /dev/null @@ -1,12 +0,0 @@ -<section id="main"> - <div class="page-header"> - <ul> - <li> - <?= $this->url->icon('life-ring', t('Table of contents'), 'DocumentationController', 'show', array('file' => 'index')) ?> - </li> - </ul> - </div> - <div class="markdown documentation"> - <?= $content ?> - </div> -</section> diff --git a/app/Template/header/user_dropdown.php b/app/Template/header/user_dropdown.php index a74bdd52..9ccefdf2 100644 --- a/app/Template/header/user_dropdown.php +++ b/app/Template/header/user_dropdown.php @@ -29,7 +29,8 @@ <?= $this->hook->render('template:header:dropdown') ?> <li> - <?= $this->url->icon('life-ring', t('Documentation'), 'DocumentationController', 'show') ?> + <i class="fa fa-fw fa-life-ring" aria-hidden="true"></i> + <?= $this->url->doc(t('Documentation'), 'index') ?> </li> <?php if (! DISABLE_LOGOUT): ?> <li> |