8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
<% if @error_msg %>
|
|
Danbooru.error("<%= @error_msg %>");
|
|
<% else %>
|
|
$("a#add-to-favorites").hide();
|
|
$("a#remove-from-favorites").show();
|
|
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);
|
|
<% end %>
|