This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewritten `\tracker\controllers\actions\StreamAction` for new requirements Closes #40
- Loading branch information
1 parent
ff65e80
commit 7102255
Showing
4 changed files
with
18 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
* @author Evgeniy Tkachenko <[email protected]> | ||
*/ | ||
|
||
use humhub\modules\content\widgets\richtext\RichText; | ||
use tracker\models\Document; | ||
use tracker\models\Link; | ||
use tracker\Module; | ||
|
@@ -67,7 +68,7 @@ | |
<legend><?= Html::encode($this->title) ?></legend> | ||
<?php if ($model->description) : ?> | ||
<blockquote> | ||
<?= \humhub\widgets\RichText::widget([ | ||
<?= RichText::widget([ | ||
'text' => $model->description, | ||
]) ?> | ||
</blockquote> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters