From 7655e5b754a436e4123580a32b78acde2e351cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 5 Oct 2016 14:23:56 +0200 Subject: [PATCH] Remove comments in entries of activity tabs --- app/modules/history/history/history.jade | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/history/history/history.jade b/app/modules/history/history/history.jade index 9e3836fb..41d7cf06 100644 --- a/app/modules/history/history/history.jade +++ b/app/modules/history/history/history.jade @@ -9,7 +9,6 @@ section.activities .activity-data span.activity-creator {{activity.user.name}} span.activity-date {{activity.created_at | momentFormat:'DD MMM YYYY HH:mm'}} - p.activity-text(ng-if="activity.comment") {{activity.comment}} .activity-diff( ng-repeat="(key, diff) in activity.values_diff"