7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
<% if @error %>
|
|
Danbooru.notice("<%= j @error.to_s %>");
|
|
<% else %>
|
|
Danbooru.notice("Vote saved");
|
|
$("#score-for-post-<%= @post.id %>").html(<%= @post.score %>);
|
|
<% end %>
|