rename references of privileged to gold
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><%= link_to "View all actions", mod_actions_path %></p>
|
||||
<p><%= link_to "View all actions", mod_actions_path %></p>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -14,4 +14,4 @@
|
||||
</tr>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -10,4 +10,4 @@
|
||||
</div>
|
||||
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -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