Revert "UX: replace closed topic icon with discourse-no-entry"

This reverts commit 040b8c00a4450cfb0ee306f96d18aa34ab15f931.

We decided to keep status quo for now
This commit is contained in:
Sam Saffron
2020-04-25 13:01:25 +10:00
parent d516a88b4c
commit 1f6eaf26a1
10 changed files with 21 additions and 33 deletions

View File

@ -12,7 +12,7 @@ widgetTest("basics", {
});
},
test(assert) {
assert.ok(find(".topic-status .d-icon-discourse-no-entry").length);
assert.ok(find(".topic-status .d-icon-discourse-comment-slash").length);
}
});