Issue 4672: Empty history entry

stable
Alejandro Alonso 2016-11-24 12:37:12 +01:00 committed by David Barragán Merino
parent 102bdc1e80
commit 3fa88557fb
2 changed files with 14 additions and 0 deletions

View File

@ -62,3 +62,8 @@
ng-if="vm.type == 'is_blocked'"
)
include history-templates/blocked
.diff-wrapper(
ng-if="vm.type == 'type'"
)
include history-templates/history-type

View File

@ -0,0 +1,9 @@
.diff-status-wrapper
span.key(
translate="ACTIVITY.FIELDS.TYPE"
)
span.diff(ng-if="vm.diff[0]") {{vm.diff[0]}}
tg-svg(
svg-icon="icon-arrow-right"
)
span.diff(ng-if="vm.diff[1]") {{vm.diff[1]}}