diff --git a/app/coffee/modules/common/history.coffee b/app/coffee/modules/common/history.coffee index 5918f71c..f817d87b 100644 --- a/app/coffee/modules/common/history.coffee +++ b/app/coffee/modules/common/history.coffee @@ -84,11 +84,11 @@ HistoryDirective = ($log, $loading) ->
from
- <%= point[0] %>
+ <%- point[0] %>
to
- <%= point[1] %>
+ <%- point[1] %>
from
- <%= from %>
+ <%- from %>
to
- <%= to %>
+ <%- to %>
<%= change.name %> from
- <%= change.from %>
+ <%- change.from %>
<%= change.name %> to
- <%= change.to %>
+ <%- change.to %>