This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-12-03 11:53:45 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
b6b92a562c
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-28 08:19:23 +08:00
{{
xIcon
}}
{{
watchedWord
}}
Reference in New Issue
Copy Permalink