From 91f5cf7efb633ed1e5a27289dd852688f782ece4 Mon Sep 17 00:00:00 2001 From: Lucas Bartholemy Date: Sat, 18 Mar 2017 21:03:27 +0100 Subject: [PATCH] Enh: Added 'archived' badge to archived spaces in directory --- protected/humhub/docs/CHANGELOG.md | 1 + .../humhub/modules/directory/views/directory/spaces.php | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/protected/humhub/docs/CHANGELOG.md b/protected/humhub/docs/CHANGELOG.md index dfd88a3023..26fe06fa8d 100644 --- a/protected/humhub/docs/CHANGELOG.md +++ b/protected/humhub/docs/CHANGELOG.md @@ -97,6 +97,7 @@ HumHub Change Log - Fix: Added missing file download http caching - Enh: Added console email test command - Enh: Added stream module defaultStreamSuppressQueryIgnore to ease overwrites +- Enh: Added 'archived' badge to archived spaces in directory 1.2.0-beta.2 (February 24, 2017) diff --git a/protected/humhub/modules/directory/views/directory/spaces.php b/protected/humhub/modules/directory/views/directory/spaces.php index 3d7bd7fc08..722a89e62c 100644 --- a/protected/humhub/modules/directory/views/directory/spaces.php +++ b/protected/humhub/modules/directory/views/directory/spaces.php @@ -60,7 +60,12 @@ use humhub\modules\directory\widgets\SpaceTagList;
-

name); ?>

+

name); ?> + isArchived()) : ?> + + +

+
description, 100)); ?>
$space]); ?>