diff --git a/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig b/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig index c90b069ed..fa6cf2ea9 100644 --- a/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig +++ b/src/Bundle/ChillActivityBundle/Resources/views/Activity/showPerson.html.twig @@ -21,3 +21,21 @@ {% include 'ChillActivityBundle:Activity:show.html.twig' with {'context': 'person'} %} {% endblock personcontent %} + +{% block block_post_menu %} +
+ +
+ + + {{ 'notification.Notify'|trans }} + +
+ + {% set notifications = chill_list_notifications('Chill\\ActivityBundle\\Entity\\Activity', entity.id) %} + {% if notifications is not empty %} + {{ notifications|raw }} + {% endif %} + +
+{% endblock %}