mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add a deleted-post
class to the deleted post action
This commit is contained in:
parent
dbd2d29abe
commit
df163cbf61
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue