mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Give regular users a delete button. If they click it, their post will be revised to
say it was deleted.
This commit is contained in:
@@ -831,6 +831,7 @@ en:
|
||||
reply_as_new_topic: "Reply as new Topic"
|
||||
continue_discussion: "Continuing the discussion from {{postLink}}:"
|
||||
follow_quote: "go to the quoted post"
|
||||
deleted_by_author: "Post deleted by author."
|
||||
|
||||
has_replies_below:
|
||||
one: "Reply Below"
|
||||
|
||||
@@ -103,6 +103,7 @@ Discourse::Application.routes.draw do
|
||||
get 'versions'
|
||||
put 'bookmark'
|
||||
get 'replies'
|
||||
put 'recover'
|
||||
collection do
|
||||
delete 'destroy_many'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user