diff --git a/app/coffee/modules/common.coffee b/app/coffee/modules/common.coffee index 9174e7f2..ed6b86e7 100644 --- a/app/coffee/modules/common.coffee +++ b/app/coffee/modules/common.coffee @@ -280,7 +280,7 @@ ChangeDirective = -> avatar: getUserAvatar(comment.user.pk) userFullName: getUserFullName(comment.user.pk) creationDate: moment(comment.created_at).format("DD MMM YYYY HH:mm") - comment: taiga.nl2br(comment.comment_html) + comment: comment.comment_html changesText: buildChangesText(comment) hasChanges: countChanges(comment) > 0 }) diff --git a/app/coffee/modules/common/wisiwyg.coffee b/app/coffee/modules/common/wisiwyg.coffee index 62cd8788..2e0c803d 100644 --- a/app/coffee/modules/common/wisiwyg.coffee +++ b/app/coffee/modules/common/wisiwyg.coffee @@ -38,7 +38,7 @@ tgMarkitupDirective = ($rootscope, $rs) ->
Edit
-
+
<%= data %>
diff --git a/app/styles/layout/us-detail.scss b/app/styles/layout/us-detail.scss index 8f3b310a..c504e9fc 100644 --- a/app/styles/layout/us-detail.scss +++ b/app/styles/layout/us-detail.scss @@ -94,15 +94,6 @@ } .us-content { - ul { - margin-left: 1rem; - } - li { - list-style-type: disc; - } - a { - color: $green-taiga; - } textarea { background: $white; height: 10rem;