div.us-activity a.activity-title(ng-show="ctrl.countChanges(comment)", href="", title="Show activity") span(tg-bo-bind="ctrl.buildChangesText(comment)") span.icon.icon-arrow-up div.activity-inner(ng-repeat="(key, change) in comment.values_diff") div.activity-changed span(tg-bo-bind="key") div.activity-fromto p strong from
span(tg-bo-bind="ctrl.getChangeText(change[0])") p strong to
span(tg-bo-bind="ctrl.getChangeText(change[1])")