discourse/app/assets/javascripts/admin
Blake Erickson 2bb36d72a3 DEV: Fix failing test on CI due to whitespace differences
I could not replicate the failure locally, but it was consistently
failing on CI with:

```
  Assertion Failed: it should escape watched words

      Expected:  <img src="x">, Actual:  <img src="x">
```

This commit removes an extra space that was added originally, but I
don't think it is really needed after double checking how it displays in
the UI. The `x` icon and the word have sufficient spacing between them.
If we need to we can tweak it in css instead.
2019-11-27 17:23:49 -07:00
..
adapters FEATURE: Overhaul of admin API key system (#8284) 2019-11-05 14:10:23 +00:00
components DEV: Fix failing test with watched words 2019-11-27 16:48:01 -07:00
controllers FIX: computed is part of @ember/object not @ember/object/computed 2019-11-13 11:58:09 -05:00
helpers DEV: Import set, setProperties, helper, and string functions (#8297) 2019-11-05 12:43:49 -06:00
mixins UX: instead of total user count display only the count of users going to be affected. 2019-11-18 00:09:38 +05:30
models DEV: Remove Discourse.User and import instead 2019-11-13 15:34:30 -05:00
routes Fix Prettier using correct version (1.19.1) 2019-11-15 10:34:26 -05:00
services DEV: Import Promise from rsvp (#8296) 2019-11-05 10:37:32 -06:00
templates DEV: Fix failing test on CI due to whitespace differences 2019-11-27 17:23:49 -07:00