diff --git a/app/coffee/modules/common.coffee b/app/coffee/modules/common.coffee index 51853f07..798628b0 100644 --- a/app/coffee/modules/common.coffee +++ b/app/coffee/modules/common.coffee @@ -26,276 +26,6 @@ typeIsArray = @.taiga.typeIsArray module = angular.module("taigaCommon", []) - -############################################################################# -## Change (comment and history mode) directive -############################################################################# - -ChangesDirective = -> - containerTemplate = _.template(""" -
- from
- <%= from %>
-
- to
- <%= to %>
-
- <%= diff %> -
-
- from
- <%= point[0] %>
-
- to
- <%= point[1] %>
-
+ <%= diff %> +
+
+ from
+ <%= point[0] %>
+
+ to
+ <%= point[1] %>
+
+ from
+ <%= from %>
+
+ to
+ <%= to %>
+