4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
<% if @error %>
|
|
alert(<%= escape_javascript(@error.to_s) %>);
|
|
<% end %>
|