mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Chg: Send to a more exact place in docs
Optional
This commit is contained in:
parent
453dd901c5
commit
253e3de7ad
@ -1,8 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.humhub.org/
|
||||
* @copyright Copyright (c) 2018 HumHub GmbH & Co. KG
|
||||
* @license https://www.humhub.com/licences
|
||||
* @license https://www.humhub.org/en/licences
|
||||
*/
|
||||
|
||||
use humhub\libs\Html;
|
||||
@ -30,7 +31,7 @@ use humhub\modules\admin\widgets\IncompleteSetupWarning;
|
||||
</ul>
|
||||
<br />
|
||||
<?php if (Yii::$app->user->isAdmin()): ?>
|
||||
<?= Html::a(Yii::t('AdminModule.base', 'Open documentation'), 'http://docs.humhub.org', ['class' => 'btn btn-danger', 'target' => '_blank']); ?>
|
||||
<?= Html::a(Yii::t('AdminModule.base', 'Open documentation'), 'http://docs.humhub.org/admin-installation-configuration.html#cronjobs-and-asynchronous-job-processing-v13', ['class' => 'btn btn-danger', 'target' => '_blank']); ?>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user