survey/app/views/surveys/answer_error.html.erb

4 lines
138 B
Plaintext
Raw Normal View History

2014-10-06 05:55:25 +00:00
<script type="text/javascript">
alert("<%= t('survey.answer_error')%>: <%= @survey_answer_error %>");
window.history.back();
</script>