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