summaryrefslogtreecommitdiff
path: root/app/Template/project_overview/activity.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_overview/activity.php')
-rw-r--r--app/Template/project_overview/activity.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/app/Template/project_overview/activity.php b/app/Template/project_overview/activity.php
index 2eb7a193..d3a8e55e 100644
--- a/app/Template/project_overview/activity.php
+++ b/app/Template/project_overview/activity.php
@@ -1,8 +1,6 @@
-<section class="accordion-section <?= empty($events) ? 'accordion-collapsed' : '' ?>">
- <div class="accordion-title">
- <h3><a href="#" class="fa accordion-toggle"></a> <?= t('Last activity') ?></h3>
- </div>
+<details class="accordion-section" <?= empty($events) ? '' : 'open' ?>>
+ <summary class="accordion-title"><?= t('Last activity') ?></summary>
<div class="accordion-content">
<?= $this->render('event/events', array('events' => $events)) ?>
</div>
-</section> \ No newline at end of file
+</details> \ No newline at end of file