diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad8f2f70e..dbc5eb7f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added a close holding button to the holding detail dialog
- Added the _Sponsors_ section to the about page
- Extended the user detail dialog in the users section of the admin control panel
+- Extended the activities table menu with a _View Holding_ item
### Changed
diff --git a/libs/ui/src/lib/activities-table/activities-table.component.html b/libs/ui/src/lib/activities-table/activities-table.component.html
index 843832e1a..e230c0bcd 100644
--- a/libs/ui/src/lib/activities-table/activities-table.component.html
+++ b/libs/ui/src/lib/activities-table/activities-table.component.html
@@ -437,6 +437,14 @@
class="no-max-width"
xPosition="before"
>
+ @if (canClickActivity(element)) {
+
+ }