6 lines
151 B
Plaintext
6 lines
151 B
Plaintext
$("#c-posts a#approve").hide();
|
|
$("#c-posts a#disapprove").hide();
|
|
$("#c-posts a#flag").show();
|
|
|
|
$("#c-post-moderation #post-<%= @post.id %>").hide();
|