Followup 40c3e68924
- Fixes #3135 - Fixed arrow for values.
This commit is contained in:
parent
5d62cb21da
commit
cb111a15df
1 changed files with 2 additions and 2 deletions
|
@ -735,10 +735,10 @@ class App.GenericHistory extends App.ControllerModal
|
||||||
|
|
||||||
if item.value_to
|
if item.value_to
|
||||||
if item.value_from
|
if item.value_from
|
||||||
content += ' 🡒'
|
content += ' →'
|
||||||
content += " '#{ App.Utils.htmlEscape(item.value_to) }'"
|
content += " '#{ App.Utils.htmlEscape(item.value_to) }'"
|
||||||
else if item.value_from
|
else if item.value_from
|
||||||
content += " 🡒 '-'"
|
content += " → '-'"
|
||||||
|
|
||||||
newItem.records.push content
|
newItem.records.push content
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue