mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add a deleted-post
class to the deleted post action
This commit is contained in:
parent
dbd2d29abe
commit
df163cbf61
@ -120,7 +120,7 @@ createWidget('actions-summary-item', {
|
|||||||
});
|
});
|
||||||
|
|
||||||
createWidget('deleted-post', {
|
createWidget('deleted-post', {
|
||||||
tagName: 'div.post-action',
|
tagName: 'div.post-action.deleted-post',
|
||||||
|
|
||||||
html(attrs) {
|
html(attrs) {
|
||||||
return [
|
return [
|
||||||
|
Loading…
Reference in New Issue
Block a user