From f42c07abb054932780daa615105f21dfa3fdcec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Fri, 6 Apr 2018 17:03:29 +0200 Subject: [PATCH] Add history assigned users template --- app/locales/taiga/locale-en.json | 1 + app/modules/history/history/history-diff.jade | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/app/locales/taiga/locale-en.json b/app/locales/taiga/locale-en.json index d58986f6..34056a4d 100644 --- a/app/locales/taiga/locale-en.json +++ b/app/locales/taiga/locale-en.json @@ -1232,6 +1232,7 @@ "STATUS": "status", "TYPE": "type", "ASSIGNED_TO": "assigned to", + "ASSIGNED_USERS": "assigned users", "MILESTONE": "sprint", "COLOR": "color" } diff --git a/app/modules/history/history/history-diff.jade b/app/modules/history/history/history-diff.jade index 2bfaffa9..138d468f 100644 --- a/app/modules/history/history/history-diff.jade +++ b/app/modules/history/history/history-diff.jade @@ -33,6 +33,11 @@ ) include history-templates/history-assigned +.diff-wrapper( + ng-if="vm.type == 'assigned_users'" +) + include history-templates/history-assigned-users + .diff-wrapper( ng-if="vm.type == 'tags'" )