rename references of privileged to gold

This commit is contained in:
r888888888
2013-04-28 00:04:52 -07:00
parent 6a00c6330f
commit d5f575159f
112 changed files with 165 additions and 165 deletions

View File

@@ -14,4 +14,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -18,4 +18,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -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>

View File

@@ -14,4 +14,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -14,4 +14,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -16,4 +16,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -14,4 +14,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>

View File

@@ -10,4 +10,4 @@
</div>
<%= submit_tag "Search" %>
<% end %>
<% end %>

View File

@@ -13,4 +13,4 @@ $("#pending-approval-notice").hide();
$("#c-moderator-post-queues #post-<%= @post.id %>").hide();
Danbooru.notice("Post was approved");
<% end %>
<% end %>

View File

@@ -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 %>}

View File

@@ -12,4 +12,4 @@ $("#pending-approval-notice").hide();
$("#c-moderator-post-queues #post-<%= @post.id %>").hide();
Danbooru.notice("Post was hidden");
<% end %>
<% end %>

View File

@@ -9,4 +9,4 @@
<%= submit_tag "Ban" %>
<%= submit_tag "Cancel" %>
<% end %>
<% end %>

View File

@@ -12,4 +12,4 @@
<%= submit_tag "Delete" %>
<%= submit_tag "Cancel" %>
<% end %>
<% end %>

View File

@@ -1 +1 @@
Danbooru.notice("Post was permanently deleted");
Danbooru.notice("Post was permanently deleted");

View File

@@ -1,3 +1,3 @@
$("#c-posts #delete").show();
$("#c-posts #undelete").hide();
Danbooru.notice("Post was undeleted");
Danbooru.notice("Post was undeleted");