8 lines
260 B
Plaintext
8 lines
260 B
Plaintext
<% if @error %>
|
|
Danbooru.error("<%= j @error.to_s %>");
|
|
<% else %>
|
|
$("#comment-vote-up-link-for-<%= @comment.id %>").show();
|
|
$("#comment-vote-down-link-for-<%= @comment.id %>").show();
|
|
$("#comment-unvote-link-for-<%= @comment.id %>").hide();
|
|
<% end %>
|