17 lines
590 B
Plaintext
17 lines
590 B
Plaintext
div.us-activity
|
|
|
|
a.activity-title(ng-show="ctrl.countChanges(comment)", href="", title="Show activity")
|
|
span(tg-bo-html="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-html="key")
|
|
div.activity-fromto
|
|
p
|
|
strong from <br />
|
|
span(tg-bo-html="ctrl.getChangeText(change[0])")
|
|
p
|
|
strong to <br />
|
|
span(tg-bo-html="ctrl.getChangeText(change[1])")
|