mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08: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', {
|
||||
tagName: 'div.post-action',
|
||||
tagName: 'div.post-action.deleted-post',
|
||||
|
||||
html(attrs) {
|
||||
return [
|
||||
|
|
Loading…
Reference in New Issue
Block a user