rename references of privileged to gold
This commit is contained in:
@@ -13,4 +13,4 @@ $("#pending-approval-notice").hide();
|
||||
$("#c-moderator-post-queues #post-<%= @post.id %>").hide();
|
||||
Danbooru.notice("Post was approved");
|
||||
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"success": <%= @post.errors.empty? %>, "reason": <%= raw @post.errors.full_messages.join("; ").to_json %>}
|
||||
{"success": <%= @post.errors.empty? %>, "reason": <%= raw @post.errors.full_messages.join("; ").to_json %>}
|
||||
|
||||
@@ -12,4 +12,4 @@ $("#pending-approval-notice").hide();
|
||||
$("#c-moderator-post-queues #post-<%= @post.id %>").hide();
|
||||
Danbooru.notice("Post was hidden");
|
||||
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
<%= submit_tag "Ban" %>
|
||||
<%= submit_tag "Cancel" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
|
||||
<%= submit_tag "Delete" %>
|
||||
<%= submit_tag "Cancel" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
Danbooru.notice("Post was permanently deleted");
|
||||
Danbooru.notice("Post was permanently deleted");
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
$("#c-posts #delete").show();
|
||||
$("#c-posts #undelete").hide();
|
||||
Danbooru.notice("Post was undeleted");
|
||||
Danbooru.notice("Post was undeleted");
|
||||
|
||||
Reference in New Issue
Block a user