This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b2f30aa0b5
discourse
/
app
/
assets
/
javascripts
/
admin
/
templates
/
components
/
admin-watched-word.hbs
Failed to ignore revisions in
.git-blame-ignore-revs
.
2 lines
25 B
Handlebars
Raw
Normal View
History
Unescape
Escape
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 19:19:23 -05:00
{{
xIcon
}}
{{
watchedWord
}}