7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
<% if @error_msg %>
|
|
Danbooru.error("<%= @error_msg %>");
|
|
<% else %>
|
|
$("a#add-to-favorites").hide();
|
|
$("a#remove-from-favorites").show();
|
|
<% end %>
|