16 lines
589 B
Plaintext
16 lines
589 B
Plaintext
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 <br />
|
|
span(tg-bo-bind="ctrl.getChangeText(change[0])")
|
|
p
|
|
strong to <br />
|
|
span(tg-bo-bind="ctrl.getChangeText(change[1])")
|